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 2241b32 commit 818d411Copy full SHA for 818d411
MIGRATION.md
@@ -1143,7 +1143,7 @@ only be set later during the span lifecycle (and thus not be available during sa
1143
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from `@sentry/remix`. It can be
1144
used as below:
1145
1146
-````typescript
+```typescript
1147
// entry.server.ts
1148
1149
export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
@@ -1247,7 +1247,7 @@ typescript:
1247
1248
```ts
1249
const replay = getClient().getIntegrationByName<Replay>('Replay');
1250
-````
+```
1251
1252
## Deprecate `Hub`
1253
0 commit comments