We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@sentry/core
@sentry/utils
1 parent 7286a71 commit 172c64bCopy full SHA for 172c64b
platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx
@@ -83,7 +83,7 @@ Some Sentry backend SDKs provide a built-in way to inject these `<meta>` tags in
83
Then, on `pageload` you can do the following:
84
85
```javascript
86
-import { propagationContextFromHeaders } from "@sentry/utils";
+import { propagationContextFromHeaders } from "@sentry/core"; // Before version 8.40.0, import from "@sentry/utils"
87
import * as Sentry from "@sentry/browser";
88
89
// Read meta tag values
0 commit comments