We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d672be commit eb80d72Copy full SHA for eb80d72
1 file changed
README.md
@@ -67,8 +67,7 @@ from securenative.securenative import SecureNative
67
from securenative.config.securenative_options import SecureNativeOptions
68
69
70
-options = SecureNativeOptions(api_key="YOUR_API_KEY", auto_send=True, interval=10,
71
- api_url="https://api.securenative-stg.com/collector/api/v1")
+options = SecureNativeOptions(api_key="YOUR_API_KEY", max_events=10, log_level="ERROR")
72
securenative = SecureNative.init_with_options(options)
73
```
74
0 commit comments