We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b410480 commit f657399Copy full SHA for f657399
tests/integrations/aws_lambda/utils.py
@@ -239,7 +239,7 @@ class SentryServerForTesting:
239
A simple Sentry.io style server that accepts envelopes and stores them in a list.
240
"""
241
242
- def __init__(self, host="127.0.0.1", port=9999, log_level="warning"):
+ def __init__(self, host="0.0.0.0", port=9999, log_level="warning"):
243
self.envelopes = []
244
self.host = host
245
self.port = port
0 commit comments