d02d413c5e
Use sentry echo integration to send errors Only capture errors not already handled by echo Add sentry panic handler Add sentry library Add sentry init Add sentry config Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/api/pulls/591
19 lines
383 B
YAML
19 lines
383 B
YAML
minVersion: '0.9.2'
|
|
github:
|
|
owner: getsentry
|
|
repo: sentry-go
|
|
preReleaseCommand: bash scripts/craft-pre-release.sh
|
|
changelogPolicy: simple
|
|
statusProvider:
|
|
name: github
|
|
config:
|
|
contexts:
|
|
- Travis CI - Branch
|
|
targets:
|
|
- name: github
|
|
includeNames: /none/
|
|
tagPrefix: v
|
|
- name: registry
|
|
type: sdk
|
|
config:
|
|
canonical: "github:getsentry/sentry-go"
|