You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you configure your client with an Environment then later specify a context for the notice, the environment can be dropped since the context is replaced.
This makes sense because environment is stored in the context as specified in the api docs.
Maybe the contexts could be merged together instead of the specified one overwriting the exising context?
For example this would probably overwrite the context and drop the environment each time an error is sent:
If you configure your client with an Environment then later specify a context for the notice, the environment can be dropped since the context is replaced.
This makes sense because environment is stored in the context as specified in the api docs.
Maybe the contexts could be merged together instead of the specified one overwriting the exising context?
For example this would probably overwrite the context and drop the environment each time an error is sent:
The text was updated successfully, but these errors were encountered: