Skip to content

Commit

Permalink
Merge pull request #8 from AdastralGroup/support/change-sentry-url-1
Browse files Browse the repository at this point in the history
Change Sentry DSN
  • Loading branch information
ktwrd authored Jun 11, 2024
2 parents a24c8d8 + be188e9 commit 512ea4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub mod logger;
/// NOTE do not change, fetches from the version of beans-rs on build
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
/// sentry url, change on fork please.
pub const SENTRY_URL: &str = "https://e6e260fa3408f2cf934b4b3c4be71c74@sentry.kate.pet/2";
pub const SENTRY_URL: &str = "https://9df80170f0a4411bb9c834ac54734380@sentry.kate.pet/1";
/// content to display when showing a message box on panic.
pub const PANIC_MSG_CONTENT: &str = include_str!("text/msgbox_panic_text.txt");
/// once everything is done, do we wait for the user to press enter before exiting?
Expand Down

0 comments on commit 512ea4d

Please sign in to comment.