Skip to content

Commit

Permalink
Fix backticks.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Mar 21, 2024
1 parent 2241b32 commit 818d411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ only be set later during the span lifecycle (and thus not be available during sa
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from `@sentry/remix`. It can be
used as below:
````typescript
```typescript
// entry.server.ts

export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
Expand Down Expand Up @@ -1247,7 +1247,7 @@ typescript:
```ts
const replay = getClient().getIntegrationByName<Replay>('Replay');
````
```
## Deprecate `Hub`
Expand Down

0 comments on commit 818d411

Please sign in to comment.