-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support classic-flavored ingest keys (#237)
## Which problem is this PR solving? We've now released Ingest Keys, but in order for them to work with Classic environments properly we need to update the key detection logic. ## Short description of the changes - updates the Classic API Key detection logic to understand the shape of a Classic Ingest Key - makes the previously private `Config.isClassic` a public method (`Config.IsClassic`) to allow other projects to use this method and reduce the duplication of logic (i.e. beeline-go)
- Loading branch information
Showing
2 changed files
with
39 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters