Skip to content

Commit 172c64b

Browse files
authored
Use @sentry/core instead of @sentry/utils (#11890)
1 parent 7286a71 commit 172c64b

File tree

1 file changed

+1
-1
lines changed
  • platform-includes/distributed-tracing/custom-instrumentation

1 file changed

+1
-1
lines changed

platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Some Sentry backend SDKs provide a built-in way to inject these `<meta>` tags in
8383
Then, on `pageload` you can do the following:
8484

8585
```javascript
86-
import { propagationContextFromHeaders } from "@sentry/utils";
86+
import { propagationContextFromHeaders } from "@sentry/core"; // Before version 8.40.0, import from "@sentry/utils"
8787
import * as Sentry from "@sentry/browser";
8888

8989
// Read meta tag values

0 commit comments

Comments
 (0)