Skip to content

Commit 6ee997f

Browse files
also update starlite
1 parent 1e5b618 commit 6ee997f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sentry_sdk/integrations/starlite.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from copy import deepcopy
2+
13
import sentry_sdk
24
from sentry_sdk.consts import OP
35
from sentry_sdk.integrations import DidNotEnable, Integration
@@ -237,7 +239,7 @@ def event_processor(event, _):
237239

238240
event.update(
239241
{
240-
"request": request_info,
242+
"request": deepcopy(request_info),
241243
"transaction": tx_name,
242244
"transaction_info": tx_info,
243245
}

0 commit comments

Comments
 (0)