File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -117,12 +117,15 @@ Sentry SDK requires the fetch API to be available in the environment.
117
117
We moved optional integrations from their own package (` @sentry/integrations ` ) to ` @sentry/browser ` and ` @sentry/node ` .
118
118
119
119
Integrations that are now exported from ` @sentry/browser ` :
120
+
120
121
- httpClientIntegration
121
122
- contextLinesIntegration
122
123
- reportingObserverIntegration
123
124
124
- Integrations that are now exported from ` @sentry/node ` and ` @sentry/browser ` (or framework-specific packages like ` @sentry/react ` ):
125
- - captureConsoleIntegration
125
+ Integrations that are now exported from ` @sentry/node ` and ` @sentry/browser ` (or framework-specific packages like
126
+ ` @sentry/react ` ):
127
+
128
+ - captureConsoleIntegration
126
129
- debugIntegration
127
130
- dedupeIntegration
128
131
- extraErrorDataIntegration
You can’t perform that action at this time.
0 commit comments