- Fix typo in type definitions
This commit is contained in:
parent
f15eba445c
commit
172bf61648
|
|
@ -37,8 +37,8 @@ export enum PerformanceTransactionName {
|
|||
}
|
||||
|
||||
export type PerfTag = {
|
||||
name: "string";
|
||||
value: "string";
|
||||
name: string;
|
||||
value: string;
|
||||
};
|
||||
export interface PerfLog {
|
||||
sentrySpan: Span;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user