Skip to content

Conversation

@cwaldren-ld
Copy link
Contributor

@cwaldren-ld cwaldren-ld commented Jun 8, 2023

Moves application tag into HTTP Config, so it can propagate to data sources + event sender.

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #205988: Include App Tags header on Events requests.

base_headers_.insert_or_assign(key, *value);
} else {
base_headers_.erase(key);
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could also have this just be a no-op if it's nullopt, but this also allows for removal without needing another API.

@cwaldren-ld cwaldren-ld force-pushed the cw/sc-205988/app-tags-all-requests branch from 8b244b6 to 599c72d Compare June 8, 2023 18:11
@cwaldren-ld cwaldren-ld force-pushed the cw/sc-205988/app-tags-all-requests branch from 599c72d to 200477d Compare June 8, 2023 18:16
@cwaldren-ld cwaldren-ld requested a review from kinyoklion June 8, 2023 18:16
@cwaldren-ld cwaldren-ld merged commit c8b3aee into main Jun 8, 2023
@cwaldren-ld cwaldren-ld deleted the cw/sc-205988/app-tags-all-requests branch June 8, 2023 18:57
@github-actions github-actions bot mentioned this pull request Jun 8, 2023
cwaldren-ld added a commit that referenced this pull request Jun 8, 2023
🤖 I have created a release *beep* *boop*
---


<details><summary>launchdarkly-cpp-client: 3.0.1</summary>

##
[3.0.1](launchdarkly-cpp-client-v3.0.0...launchdarkly-cpp-client-v3.0.1)
(2023-06-08)


### Bug Fixes

* enforce minimum polling interval of 5 minutes
([#144](#144))
([2d60197](2d60197))
* ensure x-launchdarkly-tags is sent in event requests
([#145](#145))
([c8b3aee](c8b3aee))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * launchdarkly-cpp-internal bumped from 0.1.3 to 0.1.4
    * launchdarkly-cpp-common bumped from 0.3.0 to 0.3.1
</details>

<details><summary>launchdarkly-cpp-common: 0.3.1</summary>

##
[0.3.1](launchdarkly-cpp-common-v0.3.0...launchdarkly-cpp-common-v0.3.1)
(2023-06-08)


### Bug Fixes

* enforce minimum polling interval of 5 minutes
([#144](#144))
([2d60197](2d60197))
* ensure x-launchdarkly-tags is sent in event requests
([#145](#145))
([c8b3aee](c8b3aee))
</details>

<details><summary>launchdarkly-cpp-internal: 0.1.4</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * launchdarkly-cpp-common bumped from 0.3.0 to 0.3.1
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Casey Waldren <cwaldren@launchdarkly.com>
@github-actions github-actions bot mentioned this pull request May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants