Skip to content

Add dsn to error tracking client key

What does this MR do?

Generate a DSN (special kind of url) that can be used by sentry client to submit exceptions to GitLab backend collector.

Before that change I manually assembled such URL. Now I can simply query the sentry_dsn method in rails console.

This method will be used in follow-up merge requests to render to user so they can copy-paste it into sentry sdk.

Issue #329596 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Dmytro Zaporozhets (DZ)

Merge request reports

Loading