Skip to content

Add Sentry integration for error reporting and implement configurable opt-out in settings #66

Add Sentry integration for error reporting and implement configurable opt-out in settings

Add Sentry integration for error reporting and implement configurable opt-out in settings #66

Workflow file for this run

name: CI
on:
workflow_call:
pull_request:
branches:
- 'production'
- 'main'
push:
branches:
- '!production'
- '!main'
jobs:
tests:
name: Execute Tests
uses: ./.github/workflows/tests.yml
secrets: inherit