Hello,
The question is basically relates to sentry-spring java projects.
Nevertheless, it can be used in general as well
Currently, we have such an approach to register service on Sentry (separate project for new service):
- Create a new project on Sentry
- Update service with Sentry related configuration
- Put Sentry project DSN to service configuration (sentry.properties)
This approach requires manual configuration. And my goal is to avoid it.
For example, I want to have created Sentry project via REST call and if it’s required - provide DSN as external call as well
In this way, I would avoid copy-pasting DSN in a service configuration
Does anybody know such a way I could use for this purpose or at least an ideas about it