Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support both new and older API Key formats when writing DebugEvents (#…
…1421) ## Description The DebugClient required the org-id to be part of the API Key which is how new API Keys are generated, but older formats should still be supported where the org-id would be set with an environment var. ## Changes - Use existing require_org_id over splitting the value from the API Key. Closes #1420 - [x] I have reviewed the [Guidelines for Contributing](CONTRIBUTING.md) and the [Code of Conduct](CODE_OF_CONDUCT.md).
- Loading branch information