Skip to content

Commit b5e2ed3

Browse files
authored
chore: update log message to use environment property (#57)
1 parent f78e598 commit b5e2ed3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bootstrap-registry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ assets/img/gfm-limits-2.png assets/img/gfm-limits-2.3974f1a1df6cecf9a2b792fafa21
33
assets/img/gfm-limits-3.png assets/img/gfm-limits-3.4b6a74bee45225808fafb33733b171b917bef90b.png
44
assets/img/gfm-limits-4.png assets/img/gfm-limits-4.f871c142a8f9e023bb34cc656c0f67ef4e15e555.png
55
assets/img/gfmalerts.png assets/img/gfmalerts.1da0d82845f3f5d43dcbe509f1bdee3926b176e5.png
6-
assets/js/sentry.js assets/js/sentry.2eb409acb460529787d418bc5e254933486161be.js
6+
assets/js/sentry.js assets/js/sentry.973baffe5df5bc5bc408a6aa1c4fc8db6460d350.js
77
assets/sil-logos-2024/sil-logo-abbysinica.png assets/sil-logos-2024/sil-logo-abbysinica.f1b63893af9963b15b643b033ae522b52f28134b.png
88
assets/sil-logos-2024/sil-logo-andika-v1.png assets/sil-logos-2024/sil-logo-andika-v1.e53568611d3460322856840078f18d507c7832a6.png
99
assets/sil-logos-2024/sil-logo-andika-v2.png assets/sil-logos-2024/sil-logo-andika-v2.d93c755ddb2056b304d6f8be5adff568ea86c00d.png

_common/assets/js/sentry.2eb409acb460529787d418bc5e254933486161be.js renamed to _common/assets/js/sentry.973baffe5df5bc5bc408a6aa1c4fc8db6460d350.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@
8383
},
8484
true, // useCapture - necessary for resource loading errors
8585
);
86-
console.log(`Sentry initialization complete: tier=${sentryEnvironment.tier}`);
86+
console.log(`Sentry initialization complete: environment=${sentryEnvironment.environment}`);
8787
})();

_common/assets/js/sentry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@
8383
},
8484
true, // useCapture - necessary for resource loading errors
8585
);
86-
console.log(`Sentry initialization complete: tier=${sentryEnvironment.tier}`);
86+
console.log(`Sentry initialization complete: environment=${sentryEnvironment.environment}`);
8787
})();

assets/js/sentry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@
8383
},
8484
true, // useCapture - necessary for resource loading errors
8585
);
86-
console.log(`Sentry initialization complete: tier=${sentryEnvironment.tier}`);
86+
console.log(`Sentry initialization complete: environment=${sentryEnvironment.environment}`);
8787
})();

0 commit comments

Comments
 (0)