Skip to content

Commit

Permalink
[CHORE] change sentry environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
nogamsung committed Feb 27, 2024
1 parent 3ee9a52 commit fafb89f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spring:
max-file-size: ${MAX_FILE_SIZE}

logging:
config: classpath:logback/develop-logback.xml
config: classpath:logback/dev-logback.xml
file:
name: gabojait-rolling.log

Expand Down Expand Up @@ -154,7 +154,7 @@ spring:
max-file-size: ${MAX_FILE_SIZE}

logging:
config: classpath:logback/develop-logback.xml
config: classpath:logback/dev-logback.xml
file:
name: gabojait-rolling.log

Expand Down Expand Up @@ -200,7 +200,7 @@ api:
address: ${MAIL_ADDRESS}

###################
###### ALPHA ######
####### DEV #######
###################
---
spring:
Expand Down Expand Up @@ -250,7 +250,7 @@ spring:
max-file-size: ${MAX_FILE_SIZE}

logging:
config: classpath:logback/deploy-logback.xml
config: classpath:logback/prod-logback.xml
file.name: gabojait-rolling.log

springfox:
Expand All @@ -273,7 +273,7 @@ firebase:

sentry:
dsn: ${SENTRY_DSN}
environment: alpha
environment: develop
traces-sample-rate: 1.0
logging:
minimum-event-level: info
Expand Down Expand Up @@ -301,7 +301,7 @@ api:
address: ${MAIL_ADDRESS}

###################
##### RELEASE #####
###### PROD #######
###################
---
spring:
Expand Down Expand Up @@ -351,7 +351,7 @@ spring:
max-file-size: ${MAX_FILE_SIZE}

logging:
config: classpath:logback/deploy-logback.xml
config: classpath:logback/prod-logback.xml
file.name: gabojait-rolling.log

springfox:
Expand Down Expand Up @@ -387,7 +387,7 @@ s3:

sentry:
dsn: ${SENTRY_DSN}
environment: release
environment: production
traces-sample-rate: 1.0
logging:
minimum-event-level: info
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fafb89f

Please sign in to comment.