2 Error reporting to sentry
Nikita Korolev edited this page 2024-03-22 17:33:56 +03:00

Overview

Since probably 3.65 release will be possible to send errors to sentry.

To enable reporting some environment variables must be set

  • SENTRY_DSN (from project settings)
  • SENTRY_ENVIRONMENT (production, prod, test or whatever is used in organization)
  • SENTRY_RELEASE (weed@3.64)

No other settings involved at this moment.

SENTRY_DSN is the only required option and could be obtained from project settings.

SENTRY_ENVIRONMENT and SENTRY_RELEASE may be empty or not set at all. Assign it to what match your organization's flow.