์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Github Actions
- React
- MongoDB
- TypeScript
- Troubleshooting
- AWS EC2
- github
- Jenkins
- webhook
- axios
- python
- Express
- Spring
- js
- javascript
- AWS
- macbook
- fastapi
- EC2
- error
- springboot
- nodejs
- deploy
- MUI
- ngrok
- linux
- RDS
- Java
- docker
- 500
- Today
- Total
BEAT A SHOTGUN
[PROJECT] SpringBoot ์๋ฌ ์์ง sentry.io ์ ์ฉํ๊ธฐ ๋ณธ๋ฌธ
์์๐
๊ฐ์ ํ๊ณ ํ๋ก์ ํธ ๋ง๋ค๊ธฐ๋ฅผ ํ๋ค.
ํ๋ก์ ํธ ๋ง๋ค๊ธฐ์ ๋ค์ด๊ฐ๋ฉด ์๊ธฐ ํ๋ก์ ํธ๊ฐ ์ด๋ค ๊ฑด์ง ๊ณจ๋ผ์ผํ๋ค.
์๊ธฐ์๊ฒ ๋ง๋ ๊ฑธ ์ ์ ํ๊ฒ ์ฌ์ฉํด์ฃผ์. spring ๊ณผ spring boot ๋ ๋ค๋ฅด๋ค.
ํญ์ ๋์ฒญํด์ง์ง ์๋๋ก ์กฐ์ฌํ์! ๐โโ๏ธ<dependency> <groupId>io.sentry</groupId> <artifactId>sentry-spring-boot-starter</artifactId> <version>6.6.0</version> </dependency>
๋ถ์ฌ ๋ฃ๊ณ ๋์
application.properties
์ ๋ค๊ฐ ๋ ๋ถ์ฌ๋ฃ๋๋ค.ํ์ง๋ง ์ด
application.properties
๋ ๊นํ๋ธ์ ์ฌ๋ผ๊ฐ๋ฉด ์๋๊ฒ ์ง?application.properties
๋ฅผ gitignore ํ๊ฑฐ๋, ์๋ก์ดsentry.properties
๋ฅผ ๋ง๋ค์ด ์ dsn ์ ๋ฃ๊ณ ๊ฑฐ๊ธฐ์ ๊ฐ์ ธ์ค๋๋ก ํ์! ์ฐ๋ฆฌ์ ์ ๋ณด๋ ์์คํ๋๊น.@SentrySpan
์ด๋ ธํ ์ด์ ์ ์ฌ์ฉํด๋ณธ๋ค. ์ด๋ ธํ ์ด์ ์ฌ์ฉ์ ์ํด์๋sentry-logback
์์ฑ์pom.xml
์ ์ถ๊ฐํด์ผํ๋ค.์๋ฌ test ๋ ๊ฐ๋ฅํ๋ค
๋
๋๋ฌด ์ฝ๋ค.