Skip to content

Commit

Permalink
Polish servlet sample readme. (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak authored May 27, 2021
1 parent 8010018 commit 730e7d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sentry-samples/sentry-samples-servlet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ From the module directory execute a command:
../../gradlew build
```

## How to run?
## How to run?

To see events triggered in this sample application in your Sentry dashboard, go to `src/main/java/io/sentry/samples/servlet/SentryInitializer.java` and replace the test DSN with your own DSN.

Deploy `build/libs/sentry-samples-servlet-0.0.1-SNAPSHOT.war` to the servlet container or application server of your choice.

0 comments on commit 730e7d5

Please sign in to comment.