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 c6f102b commit 96d0f36Copy full SHA for 96d0f36
MIGRATION.md
@@ -1340,7 +1340,7 @@ only be set later during the span lifecycle (and thus not be available during sa
1340
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from `@sentry/remix`. It can be
1341
used as below:
1342
1343
-````typescript
+```typescript
1344
// entry.server.ts
1345
1346
export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
@@ -1444,7 +1444,7 @@ typescript:
1444
1445
```ts
1446
const replay = getClient().getIntegrationByName<Replay>('Replay');
1447
-````
+```
1448
1449
## Deprecate `Hub`
1450
0 commit comments