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 8505a31 commit 80eba90Copy full SHA for 80eba90
src/utils/system.rs
@@ -143,7 +143,7 @@ pub fn load_dotenv() -> Result<()> {
143
/// environment variable is set.
144
fn panic_hook(info: &PanicHookInfo) {
145
const PANIC_MESSAGE: &str = "Uh-oh! 😬 Sentry CLI has just crashed due to an internal error. \
146
- Please open a bug report issue at https://github.com/getsentry/sentry-cli/issues/new?template=BUG_REPORT.yml. 🐞";
+ Please open a bug report issue at https://github.com/getsentry/sentry-cli/issues/new?template=02-bug.yml. 🐞";
147
148
eprintln!(
149
"{}\n\n{PANIC_MESSAGE}\n\n{}",
0 commit comments