API
  • API Index
  • Batch API
  • Content Negotiation
  • Dynamic Paths
  • Hierarchy API
  • List API
  • Quick Reference
  • Time Series API
  • Views
    • Configuration
  • Overview
  • Application Configuration
  • Documentation Configuration
  • Spec Configuration
    • Features
  • API Testing
  • Asynchronous Processing
  • Cassandra Time-Series Engine
  • Cassandra Integration
  • Default Controller Customisation
  • Documentation
  • Geospatial Filtering
  • Model Documentation
  • PostgreSQL Integration
  • Excel Spreadsheet Format
    • Tutorials
  • Step-by-Step Guide
  • Archetype Setup
  • Logging
  • Prometheus
  • Sentry Logging
    • UI Customisation
  • UI Customisation
  • SASS Build Chain
  • Shared Layout
  • API Documentation
  • Model Documentation
  • Results
  • sapi-nt v current

    Sentry logging

    To set up a sentry logging on a sapi-nt application you must create a project on sentry.io. Go to settings > project > create project.

    In order to authenticate with sentry, you need the DSN key, copy this from the settings of the sentry project, under client keys.

    To set the DSN in the application, you can set the environment variable SENTRY_DSN=<DSN>, set the property dsn=<DSN> in sentry.properties or pass it in with -Dsentry.dsn=<DSN>