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 8b2c16b commit 34f57f5Copy full SHA for 34f57f5
MIGRATION.md
@@ -1368,7 +1368,7 @@ only be set later during the span lifecycle (and thus not be available during sa
1368
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from `@sentry/remix`. It can be
1369
used as below:
1370
1371
-````typescript
+```typescript
1372
// entry.server.ts
1373
1374
export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
@@ -1472,7 +1472,7 @@ typescript:
1472
1473
```ts
1474
const replay = getClient().getIntegrationByName<Replay>('Replay');
1475
-````
+```
1476
1477
## Deprecate `Hub`
1478
0 commit comments