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 84dfbed commit 21f2c53Copy full SHA for 21f2c53
sentry-samples/sentry-samples-android/src/main/java/io/sentry/samples/android/MainActivity.java
@@ -67,7 +67,7 @@ protected void onCreate(Bundle savedInstanceState) {
67
68
binding.crashFromJava.setOnClickListener(
69
view -> {
70
- throw new RuntimeException("Uncaught Exception from Java.");
+ throw new RuntimeException("Uncaught Exception from Java.");
71
});
72
73
binding.sendMessage.setOnClickListener(view -> Sentry.captureMessage("Some message."));
0 commit comments