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
Developer-facing product docs for SDK setup, signed issue signals, artifact uploads, and project configuration.
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
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
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