Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for setting Sentry DSN #352

Merged
merged 2 commits into from
Jul 31, 2021
Merged

Conversation

radimsuckr
Copy link
Contributor

@radimsuckr radimsuckr commented Jul 29, 2021

Description

GitLab runners support reporting errors to Sentry which makes troubleshooting a bit easier than going through system logs.

Migrations required

NO

Verification

Tested in our live GitLab runners. Did not run the examples.

Documentation

On first apply it sets the Sentry DSN to empty string which pretty much is the default behaviour. It also creates the SSM parameter in which you should set the legacy version of your Sentry DSN and on the next startup it will use that DSN.

Btw when I ran pre-commit run it gave me following output which I find kind of suspicious.

Terraform fmt........................................(no files to check)Skipped
Terraform validate with tflint.......................(no files to check)Skipped
Terraform docs.......................................(no files to check)Skipped
Check for merge conflicts............................(no files to check)Skipped

@npalm
Copy link
Collaborator

npalm commented Jul 29, 2021

Will review in the weekend

Copy link
Collaborator

@npalm npalm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@radimsuckr thanks!

@npalm npalm merged commit 2a07466 into cattle-ops:develop Jul 31, 2021
npalm added a commit that referenced this pull request Jul 31, 2021
semantic-releaser bot pushed a commit that referenced this pull request Jul 31, 2021
## [4.28.0](4.27.0...4.28.0) (2021-07-31)

### Features

* Allow configuring docker machine egress rules, see PR [#351](#351) for upgrade instructions ([f41ce19](f41ce19))
* support for settings Sentry DSN ([#352](#352)) ([5dbe1f7](5dbe1f7))
@radimsuckr radimsuckr deleted the feat/sentry-dsn branch July 31, 2021 11:12
semantic-releaser bot pushed a commit that referenced this pull request Aug 28, 2021
## [4.29.0](4.28.0...4.29.0) (2021-08-28)

### Features

* Allow configuring docker machine egress rules, see PR [#351](#351) for upgrade instructions ([845e018](845e018))
* Parametrize runner instance launch configuration metadata options ([#348](#348)) ([a4406dc](a4406dc))
* replace launch configuration with launch template ([#337](#337)) ([b805fb6](b805fb6))
* support for settings Sentry DSN ([#352](#352)) ([2a07466](2a07466))

### Bug Fixes

* Use better ressources names ([#356](#356)) ([817e040](817e040))
@semantic-releaser
Copy link
Contributor

🎉 This PR is included in version 4.29.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

npalm pushed a commit that referenced this pull request Oct 4, 2021
## [4.29.0](4.28.0...4.29.0) (2021-08-28)

### Features

* Allow configuring docker machine egress rules, see PR [#351](#351) for upgrade instructions ([845e018](845e018))
* Parametrize runner instance launch configuration metadata options ([#348](#348)) ([a4406dc](a4406dc))
* replace launch configuration with launch template ([#337](#337)) ([b805fb6](b805fb6))
* support for settings Sentry DSN ([#352](#352)) ([2a07466](2a07466))

### Bug Fixes

* Use better ressources names ([#356](#356)) ([817e040](817e040))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants