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.
1 parent d3e6f5c commit 6809dd2Copy full SHA for 6809dd2
MIGRATION.md
@@ -72,7 +72,7 @@ We deprecated the `Status` enum in `@sentry/tracing` and it will be removed in t
72
73
```js
74
// New in 6.17.0:
75
-import { spanStatusfromHttpCode } from '@sentry/utils';
+import { spanStatusfromHttpCode } from '@sentry/tracing';
76
77
const status = spanStatusfromHttpCode(403);
78
0 commit comments