sentry
sentry copied to clipboard
feat(flags): add launchdarkly flag log webhook
Adds the LaunchDarkly audit log webhook to handle_provider_event
in flags/providers.py
.
Since LaunchDarkly has many more actions than what's in our ACTION_MAP
(only updated
, created
, or deleted
), I bucketed all the actions into one of the existing 3.
Closes https://github.com/getsentry/sentry/issues/78973