Commit 6d83a0a
authored
ci(node): Add size limit entry for node without performance (#12342)
You can initialize the Node SDK like this:
```js
import * as Node from '@sentry/node';
Sentry.initWithoutDefaultIntegrations({
dsn: '...',
integrations: [...Sentry.getDefaultIntegrationsWithoutPerformance()]
});
```
Which can be used to tree shake all the otel performance instrumentation
(except for http) away.
Also adjusts the size limits to be the current values + ~15kb.1 parent 136575c commit 6d83a0a
1 file changed
+19
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
215 | 232 | | |
216 | 233 | | |
217 | 234 | | |
| |||
220 | 237 | | |
221 | 238 | | |
222 | 239 | | |
223 | | - | |
| 240 | + | |
224 | 241 | | |
225 | 242 | | |
226 | 243 | | |
| |||
0 commit comments