Skip to content

Commit

Permalink
Disable test start event in Sentry - Sentry is only used for crash re…
Browse files Browse the repository at this point in the history
…porting
  • Loading branch information
christofmuc committed Oct 19, 2020
1 parent 2924403 commit be895a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion The-Orm/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class TheOrmApplication : public JUCEApplication
sentry_init(options);

// Fire a test event to see if Sentry actually works
sentry_capture_event(sentry_value_new_message_event(SENTRY_LEVEL_INFO,"custom","Launching KnobKraft Orm"));
//sentry_capture_event(sentry_value_new_message_event(SENTRY_LEVEL_INFO,"custom","Launching KnobKraft Orm"));
#endif
}

Expand Down

0 comments on commit be895a5

Please sign in to comment.