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 c1e7ee1 commit e7149f2Copy full SHA for e7149f2
MIGRATION.md
@@ -246,7 +246,7 @@ only be set later during the span lifecycle (and thus not be available during sa
246
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from `@sentry/remix`. It can be
247
used as below:
248
249
-````typescript
+```typescript
250
// entry.server.ts
251
252
export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
@@ -346,7 +346,7 @@ typescript:
346
347
```ts
348
const replay = getClient().getIntegrationByName<Replay>('Replay');
349
-````
+```
350
351
## Deprecate `Hub`
352
0 commit comments