Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ public static void main(String[] args) {
options -> {
// NOTE: Replace the test DSN below with YOUR OWN DSN to see the events from this app in
// your Sentry project/dashboard
options.setDsn("https://502f25099c204a2fbf4cb16edc5975d1@o447951.ingest.sentry.io/5428563");
options.setDsn(
"https://502f25099c204a2fbf4cb16edc5975d1@o447951.ingest.sentry.io/5428563");

// All events get assigned to the release. See more at
// https://docs.sentry.io/workflow/releases/
Expand Down