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 69e8966 commit 022dae4Copy full SHA for 022dae4
MIGRATION.md
@@ -237,7 +237,7 @@ only be set later during the span lifecycle (and thus not be available during sa
237
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from `@sentry/remix`. It can be
238
used as below:
239
240
-````typescript
+```typescript
241
// entry.server.ts
242
243
export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
@@ -337,7 +337,7 @@ typescript:
337
338
```ts
339
const replay = getClient().getIntegrationByName<Replay>('Replay');
340
-````
+```
341
342
## Deprecate `Hub`
343
0 commit comments