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