We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329d90b commit 0f28601Copy full SHA for 0f28601
packages/types/src/transaction.ts
@@ -91,7 +91,7 @@ export interface SamplingContext extends CustomSamplingContext {
91
* Object representing the URL of the current page or worker script. Passed by default in a browser or service worker
92
* context.
93
*/
94
- location?: Location | WorkerLocation;
+ location?: WorkerLocation;
95
96
/**
97
* Object representing the incoming request to a node server. Passed by default when using the TracingHandler.
0 commit comments