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

Function enable

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

Source from the content-addressed store, hash-verified

70}
71
72function enable(): void {
73 _getLoggerSettings().enabled = true;
74}
75
76function disable(): void {
77 _getLoggerSettings().enabled = false;

Callers 1

createRateLimiterFunction · 0.85

Calls 1

_getLoggerSettingsFunction · 0.85

Tested by

no test coverage detected