Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

feat: sentry integration #1166

Merged
merged 2 commits into from
Jan 31, 2024
Merged

Conversation

MitanOmar
Copy link
Member

No description provided.

@MitanOmar MitanOmar requested a review from derrabauke January 29, 2024 13:52
@MitanOmar MitanOmar self-assigned this Jan 29, 2024
config/environment.js Show resolved Hide resolved
app/app.js Outdated Show resolved Hide resolved
app/app.js Outdated Show resolved Hide resolved
app/app.js Show resolved Hide resolved
package.json Show resolved Hide resolved
package.json Show resolved Hide resolved
@derrabauke
Copy link
Contributor

@MitanOmar normally the change request author resolves the conversations to "approve" the changes made.

Further we should wrap the sentry specific stuff into a /* istanbul ignore if */ to fix the coverage report.

@derrabauke derrabauke merged commit 9246536 into adfinis:main Jan 31, 2024
5 checks passed
const event = redact(_event);
// ignore this differentiation in dev environment
if (event.environment === "production") {
if (window.location.hostname === "test.timed.adfinis.com") {
Copy link
Contributor

Choose a reason for hiding this comment

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

We could make this more adfinis agnostic by just setting up another env var like we already do for SENTRY_DSN

@adfinisbot
Copy link
Member

🎉 This PR is included in version 3.3.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants