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
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.
0 commit comments