MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / disable

Function disable

packages/core/src/utils/debug-logger.ts:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76function disable(): void {
77 _getLoggerSettings().enabled = false;
78}
79
80function isEnabled(): boolean {
81 return _getLoggerSettings().enabled;

Callers 1

createRateLimiterFunction · 0.85

Calls 1

_getLoggerSettingsFunction · 0.85

Tested by

no test coverage detected