Skip to content

Commit 65b1791

Browse files
authored
ref(flags): rename launch darkly hook to match JS SDK (#3743)
1 parent 7022446 commit 65b1791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/launchdarkly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class LaunchDarklyHook(Hook):
5050
@property
5151
def metadata(self):
5252
# type: () -> Metadata
53-
return Metadata(name="sentry-feature-flag-recorder")
53+
return Metadata(name="sentry-flag-auditor")
5454

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

0 commit comments

Comments
 (0)