We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68d3e7 commit 6df7f9aCopy full SHA for 6df7f9a
rollup/plugins/bundlePlugins.js
@@ -46,7 +46,7 @@ export function makeLicensePlugin(title) {
46
*/
47
export function makeIsDebugBuildPlugin(includeDebugging) {
48
return replace({
49
- // __DEBUG_BUILD__ and __SENTRY_DEBUG__ are save to replace in any case, so no checks for assignments necessary
+ // __DEBUG_BUILD__ and __SENTRY_DEBUG__ are safe to replace in any case, so no checks for assignments necessary
50
preventAssignment: false,
51
values: {
52
// Flags in current package
0 commit comments