Skip to content

Commit

Permalink
Add Sentry jar (#10530)
Browse files Browse the repository at this point in the history
  • Loading branch information
haynescd committed Jan 10, 2024
1 parent eea25e6 commit 19ef25c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<mysql_driver.version>5.1.48</mysql_driver.version>
<dasniko-testcontainer-keycload.version>1.8.1</dasniko-testcontainer-keycload.version>
<selenium_chrome_driver.version>3.14.0</selenium_chrome_driver.version>
<sentry.version>7.1.0</sentry.version>


<!-- No sure what these are for -->
Expand Down Expand Up @@ -319,6 +320,11 @@
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring-boot-starter-jakarta</artifactId>
<version>${sentry.version}</version>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/application.properties.EXAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,9 @@ server.max-http-request-header-size=16384
## Enable Study Help Button on Study View Page
#skin.show_study_help_button=true

# Sentry Config
#sentry.dsn=
#sentry.traces-sample-rate=1.0 Probably should change for prod
#sentry.exception-resolver-order=-2147483647

# EOL - Do not delete the following lines

0 comments on commit 19ef25c

Please sign in to comment.