Skip to content

Commit 18687b9

Browse files
committed
add request to transaction metadata type
1 parent 4c2a385 commit 18687b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/types/src/transaction.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,10 @@ export interface TransactionMetadata {
132132
sentry?: string;
133133
thirdparty?: string;
134134
};
135+
136+
/** For transactions tracing server-side request handling, the request being tracked. */
137+
request?: {
138+
[key: string]: any;
139+
url: string;
140+
};
135141
}

0 commit comments

Comments
 (0)