Skip to content

Commit

Permalink
fix: Remove Location type to avoid dom lib dependency (#2922)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmueng authored Sep 18, 2020
1 parent 329d90b commit 0f28601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export interface SamplingContext extends CustomSamplingContext {
* Object representing the URL of the current page or worker script. Passed by default in a browser or service worker
* context.
*/
location?: Location | WorkerLocation;
location?: WorkerLocation;

/**
* Object representing the incoming request to a node server. Passed by default when using the TracingHandler.
Expand Down

0 comments on commit 0f28601

Please sign in to comment.