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 98937d2 commit 3be66eaCopy full SHA for 3be66ea
sentry-samples/sentry-samples-console/src/main/java/io/sentry/samples/console/Main.java
@@ -16,7 +16,8 @@ public static void main(String[] args) {
16
options -> {
17
// NOTE: Replace the test DSN below with YOUR OWN DSN to see the events from this app in
18
// your Sentry project/dashboard
19
- options.setDsn("https://[email protected]/5428563");
+ options.setDsn(
20
+ "https://[email protected]/5428563");
21
22
// All events get assigned to the release. See more at
23
// https://docs.sentry.io/workflow/releases/
0 commit comments