Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ugran committed Mar 8, 2024
1 parent 16fbb91 commit 5c9d9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/browser/standalone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function attempt<T>(promise: () => Promise<T>) {

const globalAnalyticsKey = (
document.querySelector(
'script[data-global-segment-analytics-key]'
'script[data-global-attribution-key]'
) as HTMLScriptElement
)?.dataset.globalSegmentAnalyticsKey

Expand Down

0 comments on commit 5c9d9c8

Please sign in to comment.