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 d71b283 commit 58cd216Copy full SHA for 58cd216
MIGRATION.md
@@ -1357,7 +1357,7 @@ only be set later during the span lifecycle (and thus not be available during sa
1357
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from `@sentry/remix`. It can be
1358
used as below:
1359
1360
-````typescript
+```typescript
1361
// entry.server.ts
1362
1363
export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
@@ -1461,7 +1461,7 @@ typescript:
1461
1462
```ts
1463
const replay = getClient().getIntegrationByName<Replay>('Replay');
1464
-````
+```
1465
1466
## Deprecate `Hub`
1467
0 commit comments