# ErrorPush - 미니멀한 에러 콜렉션 서비스 오픈소스

> Clean Markdown view of GeekNews topic #5053. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5053](https://news.hada.io/topic?id=5053)
- GeekNews Markdown: [https://news.hada.io/topic/5053.md](https://news.hada.io/topic/5053.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-09-21T10:09:01+09:00
- Updated: 2021-09-21T10:09:01+09:00
- Original source: [github.com](https://github.com/hauxir/errorpush)
- Points: 10
- Comments: 2

## Topic Body

- 직접 호스팅 가능한 Sentry/Rollbar 대체제

- Rollbar 클라이언트와 호환 (엔드포인트만 변경해서 바로 사용 가능)

- PostgresSQL 테이블 하나에 모든 에러로그 저장

- Metabase로 시각화 가능

## Comments



### Comment 7058

- Author: sungwoo
- Created: 2021-09-29T20:59:15+09:00
- Points: 1

sentry는 js map 파일을 파싱해 주는 기능이 있는데 ErrorPush는 없는 듯 해요.

실무에서 사용하기에는 너무도 미니멀한 기능인 듯 합니다.

이메일 노티피케이션도 필요하고요.

### Comment 6882

- Author: xguru
- Created: 2021-09-21T10:10:01+09:00
- Points: 1

- Metabase - 오픈소스 BI 및 시각화 솔루션 https://news.hada.io/topic?id=1797

사실 Sentry 가 오픈소스여서 그거를 직접 사용하는 경우도 많지만, 기능이 많고 무거워서 관리도 어려운 편이라 이렇게 간편하게도 사용할 수 있다는 걸 보여주는 오픈소스 인듯 합니다.

Rollbar 를 사용하는 쪽에서는 차라리 간편하게 적용할 수 있다는 것도 장점이네요.
