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 d0d1cbb commit b32c098Copy full SHA for b32c098
MIGRATION.md
@@ -944,7 +944,7 @@ only be set later during the span lifecycle (and thus not be available during sa
944
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from `@sentry/remix`. It can be
945
used as below:
946
947
-````typescript
+```typescript
948
// entry.server.ts
949
950
export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
@@ -1048,7 +1048,7 @@ typescript:
1048
1049
```ts
1050
const replay = getClient().getIntegrationByName<Replay>('Replay');
1051
-````
+```
1052
1053
## Deprecate `Hub`
1054
0 commit comments