You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/guides/remix/manual-setup.mdx
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -124,22 +124,6 @@ function App() {
124
124
exportdefaultwithSentry(App);
125
125
```
126
126
127
-
You can disable or configure `ErrorBoundary` using a second parameter to `withSentry`.
128
-
129
-
```tsx
130
-
withSentry(App, {
131
-
wrapWithErrorBoundary: false,
132
-
});
133
-
134
-
// or
135
-
136
-
withSentry(App, {
137
-
errorBoundaryOptions: {
138
-
fallback: <p>An error has occurred</p>,
139
-
},
140
-
});
141
-
```
142
-
143
127
### Server-side Configuration
144
128
145
129
Create an instrumentation file (named here as `instrument.server.mjs`) in your project. Add your initialization code in this file for the server-side SDK.
0 commit comments