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

1309 Monitoring add sentry configuration #1341

Merged
merged 18 commits into from
Nov 27, 2023

Conversation

alecarn
Copy link
Collaborator

@alecarn alecarn commented Aug 11, 2023

Add sentry configuration for applicaiton monitoring

There is some limitation for the configuration, we need to override the Angular ErrorHandler and this provider is invoked at the APP_INITIALIZER stage. At this time, this is not possible to resolve the config.json via the ConfigService. We can only configure the monitoring options via the environment.ts file.
Some IGO2 precompiled application like Forêt-Ouverte, will not be able to configure the monitoring. We opened another issue to track this limitation

@alecarn alecarn linked an issue Aug 11, 2023 that may be closed by this pull request
@alecarn alecarn linked an issue Aug 11, 2023 that may be closed by this pull request
},
queryHtmlTarget: 'iframe',
count: 30
// TODO pelord, serais-tu en mesure de corriger l'interface?
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@pelord J'ai ajouté le typage pour les configurations d'IGO.
Est-ce que tu pourrais vérifier les TODOS et essayer de conformer les interfaces ou la config?

@alecarn alecarn self-assigned this Aug 16, 2023
@alecarn alecarn merged commit 9992296 into next Nov 27, 2023
4 checks passed
@alecarn alecarn deleted the 1309-application-monitoring-add-sentry-configuration-2 branch November 27, 2023 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Application monitoring - add Sentry configuration
1 participant