Skip to content

Commit add1b87

Browse files
committed
fix: Make path optional
1 parent ab5069a commit add1b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ def __init__(
134134
self,
135135
scheme,
136136
host,
137-
path,
138137
project_id,
139138
public_key,
140139
secret_key=None,
141140
version=7,
142141
client=None,
142+
path="/",
143143
):
144144
self.scheme = scheme
145145
self.host = host

0 commit comments

Comments
 (0)