Implement error_tracking API
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
There is currently no support for managing the Sentry integration via the error_tracking API https://docs.gitlab.com/ee/api/error_tracking.html. Seems pretty easy to add, though.
Implementation Guide
- Read the
CONTRIBUTING.mdguide to set up your local development environment and clone the community fork on this project. - Update the ruby startup script to use the built-in sentry instead of requiring an external sentry, which will be required for testing the terraform resource
- Create the terraform resource itself + tests following the
docs/development/CreatingANewResource.mdguide.
Edited by 🤖 GitLab Bot 🤖