Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor sentry settings #40

Merged
merged 1 commit into from
May 21, 2024
Merged

refactor sentry settings #40

merged 1 commit into from
May 21, 2024

Conversation

maksim-paskal
Copy link
Owner

@maksim-paskal maksim-paskal commented May 10, 2024

reorganize settings for sentry:

sentry:
  # sentry endpoint
  endpoint: https://sentry.domain.com
  # (optional) use relay address instead sentry endpoint
  relay: http://sentry-relay.sentry-relay.svc.cluster.local
  # token for sentry API
  token: <token>
  # name of sentry org
  organization: org
  # (optional) use additional setry project prefixes 
  prefixes:
  - pattern: ^regexp$
    name: some-prefix-
  # mapping sentry project with docker image path
  projects:
    some-service: path/to/docker/image
  # (optional) to make it more reliable - use sentry projects from config instead doing request to sentry API
  cache:
    sentry-project: http://123@sentry-relay.sentry-relay.svc.cluster.local/123

Signed-off-by: Maksim Paskal <paskal.maksim@gmail.com>
@maksim-paskal maksim-paskal merged commit 6c8e002 into main May 21, 2024
7 checks passed
@maksim-paskal maksim-paskal deleted the refactor-sentry branch May 21, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant