Docs

Install, send, verify, and operate without guessing.

Developer-facing product docs for SDK setup, signed issue signals, artifact uploads, and project configuration.

01

SDK install

Use the project API key, configure environment metadata, and send a test issue signal from setup.

Bugsonar.configure do |config|
  config.api_key = ENV["BUGSONAR_API_KEY"]
  config.environment = "production"
end
02

Signed issue signals

SDKs send issue payloads with X-BugSonar-Api-Key and project metadata for grouping.

POST /v1/error_events
X-BugSonar-Api-Key: bsn_project_key
03

Artifacts and releases

Upload source maps and release artifacts so stack frames point back to useful source context.

bugsonar artifacts upload \
  --release 2026.05.1 \
  --path dist/assets