Skip to content

Conversation

@Vadman97
Copy link
Contributor

@Vadman97 Vadman97 commented Oct 29, 2025

Summary

Exceptions (and other data) reported via OTel were missing the service version.

How did you test this change?

local deploy
image

Are there any deployment considerations?


Note

Propagates version into OTEL by adding serviceVersion config, setting service.version resource attribute, and updating e2e configs to supply it.

  • SDK/Otel:
    • Add serviceVersion to BrowserTracingConfig and set OTEL resource attribute service.version from it in sdk/highlight-run/src/client/otel/index.ts.
    • Wire ObserveOptions.version through setupBrowserTracing as serviceVersion in sdk/highlight-run/src/sdk/observe.ts.
  • E2E:
    • Provide version in Observability and SessionReplay settings in e2e/react-router/src/ldclientLazy.tsx.

Written by Cursor Bugbot for commit 6d556fd. This will update automatically on new commits. Configure here.

@Vadman97 Vadman97 requested a review from a team as a code owner October 29, 2025 22:16
cursor[bot]

This comment was marked as outdated.

@Vadman97 Vadman97 enabled auto-merge (squash) October 29, 2025 22:43
@Vadman97 Vadman97 force-pushed the vadim/fix-otel-version branch from f1a0498 to 6d556fd Compare October 30, 2025 17:49
@Vadman97 Vadman97 merged commit f1a2c74 into main Oct 30, 2025
22 checks passed
@Vadman97 Vadman97 deleted the vadim/fix-otel-version branch October 30, 2025 18:00
Vadman97 pushed a commit that referenced this pull request Oct 30, 2025
🤖 I have created a release *beep* *boop*
---


<details><summary>observability: 0.4.7</summary>

##
[0.4.7](observability-0.4.6...observability-0.4.7)
(2025-10-30)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * highlight.run bumped to 9.22.4
</details>

<details><summary>session-replay: 0.4.7</summary>

##
[0.4.7](session-replay-0.4.6...session-replay-0.4.7)
(2025-10-30)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * highlight.run bumped to 9.22.4
</details>

<details><summary>highlight.run: 9.22.4</summary>

##
[9.22.4](highlight.run-9.22.3...highlight.run-9.22.4)
(2025-10-30)


### Bug Fixes

* correctly report version on webjs otel data
([#278](#278))
([f1a2c74](f1a2c74))
* H.stop should stop otel exporters
([#273](#273))
([2e5e96b](2e5e96b))
</details>

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

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Publish observability 0.4.7, session-replay 0.4.7, and highlight.run
9.22.4 with dependency bumps and bug-fix notes.
> 
> - **Releases**:
>   - `sdk/@launchdarkly/observability` → `0.4.7`
>     - deps: `highlight.run` → `9.22.4`
>   - `sdk/@launchdarkly/session-replay` → `0.4.7`
>     - deps: `highlight.run` → `9.22.4`
>   - `sdk/highlight-run` → `9.22.4`
> - bug fixes: correct webjs otel version reporting; ensure `H.stop`
stops otel exporters
> - **Changelogs/Manifest**: Update `CHANGELOG.md` entries and
`.release-please-manifest.json` to reflect versions.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
4e1f559. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
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