Skip to content

Commit 5407758

Browse files
stasspumer
authored andcommitted
fix: changed integration class alias - identifier = "FastApiJsonRPCIntegration"
1 parent ed58b98 commit 5407758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_jsonrpc/contrib/sentry/integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class FastApiJsonRPCIntegration(Integration):
10-
identifier = "fastapi_jsonrpc"
10+
identifier = "FastApiJsonRPCIntegration"
1111
_already_enabled: bool = False
1212

1313
def __init__(self, transaction_name_generator: Optional[TransactionNameGenerator] = None):

0 commit comments

Comments
 (0)