Skip to content

Commit

Permalink
ref(flags): rename launch darkly hook to match JS SDK (#3743)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliu39 authored Nov 28, 2024
1 parent 7022446 commit 65b1791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_sdk/integrations/launchdarkly.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class LaunchDarklyHook(Hook):
@property
def metadata(self):
# type: () -> Metadata
return Metadata(name="sentry-feature-flag-recorder")
return Metadata(name="sentry-flag-auditor")

def after_evaluation(self, series_context, data, detail):
# type: (EvaluationSeriesContext, dict[Any, Any], EvaluationDetail) -> dict[Any, Any]
Expand Down

0 comments on commit 65b1791

Please sign in to comment.