This repository has been archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
Conversation
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
…c API is detected.
Annotate New Relic transactions with feature flag data if the NewRelic API is detected
|
||
if (status != HttpStatus.SC_OK) { | ||
if (status == HttpStatus.SC_UNAUTHORIZED) { | ||
logger.info("Invalid API key"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this should be a WARN
level?
lgtm |
I meant to target this to the event-processing branch. I'll decline this PR. |
drichelson
added a commit
that referenced
this pull request
Apr 11, 2017
…es-not-allow-configuration-for Remove apache http in favor of okhttp
eli-darkly
added a commit
that referenced
this pull request
Apr 30, 2020
(5.0 - #3) rename FeatureStore and UpdateProcessor
eli-darkly
added a commit
that referenced
this pull request
Apr 30, 2020
(5.0 - #3) massive rename of all SDK packages
eli-darkly
added a commit
that referenced
this pull request
Apr 30, 2020
(5.0 - #3.5) remove Redis integration
eli-darkly
added a commit
that referenced
this pull request
Apr 30, 2020
…-tests (5.0 - #3.6) improve data store test logic
eli-darkly
added a commit
that referenced
this pull request
May 14, 2020
(#3) simplify store status implementation to not use optional interface
LaunchDarklyCI
pushed a commit
that referenced
this pull request
Jun 2, 2020
(5.0 - #3) don't bother creating event objects if they won't be sent
LaunchDarklyReleaseBot
pushed a commit
that referenced
this pull request
Dec 7, 2022
(#3) remove deprecated methods for 6.0
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Better support for country codes.