Skip to content

fix: tracking plan causing a panic in case of transformer non 200 status code response#6653

Merged
atzoum merged 1 commit intomasterfrom
chore.trackingPlanLogs
Feb 2, 2026
Merged

fix: tracking plan causing a panic in case of transformer non 200 status code response#6653
atzoum merged 1 commit intomasterfrom
chore.trackingPlanLogs

Conversation

@atzoum
Copy link
Contributor

@atzoum atzoum commented Feb 2, 2026

🔒 Scanned for secrets using gitleaks 8.30.0

Description

In case of a non HTTP 200 status code response from trackingplan transformer, the client's formulated response type was not including the original event's payload in the output field, causing a panic later, when we try to augment the event's context with tracking plan information.

Linear Ticket

resolves DAW-2915

Security

  • The code changed/added as part of this pull request won't create any security issues with how the software is being used.

@atzoum atzoum force-pushed the chore.trackingPlanLogs branch from 1dab6c2 to ea24dbd Compare February 2, 2026 12:31
@atzoum atzoum changed the title fix: trackingplan panic in case of transformer non 200 status code fix: tracking plan causing a panic in case of transformer non 200 status code Feb 2, 2026
@atzoum atzoum changed the title fix: tracking plan causing a panic in case of transformer non 200 status code fix: tracking plan causing a panic in case of transformer non 200 status code response Feb 2, 2026
@atzoum atzoum force-pushed the chore.trackingPlanLogs branch from ea24dbd to 21a96b6 Compare February 2, 2026 12:56
@fracasula fracasula marked this pull request as ready for review February 2, 2026 13:25
@codecov
Copy link

codecov bot commented Feb 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.72%. Comparing base (3c78db1) to head (637320c).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6653   +/-   ##
=======================================
  Coverage   79.72%   79.72%           
=======================================
  Files         564      564           
  Lines       63012    63016    +4     
=======================================
+ Hits        50237    50242    +5     
- Misses       9800     9813   +13     
+ Partials     2975     2961   -14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

🔒 Scanned for secrets using gitleaks 8.30.0
@atzoum atzoum force-pushed the chore.trackingPlanLogs branch from 21a96b6 to 637320c Compare February 2, 2026 13:26
Copy link
Contributor

@ktgowtham ktgowtham left a comment

Choose a reason for hiding this comment

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

LGTM

@atzoum atzoum enabled auto-merge (squash) February 2, 2026 14:09
@atzoum atzoum merged commit b51ca68 into master Feb 2, 2026
163 of 185 checks passed
@atzoum atzoum deleted the chore.trackingPlanLogs branch February 2, 2026 14:34
atzoum pushed a commit that referenced this pull request Feb 2, 2026
🤖 I have created a release *beep* *boop*
---


##
[1.67.0-rc.2](v1.66.0...v1.67.0-rc.2)
(2026-02-02)


### Features

* gateway partition migrator
([#6631](#6631))
([344c85e](344c85e))
* integrate processor partition migrator in processor and embedded apps
([#6622](#6622))
([b5ee878](b5ee878))
* processor partition migrator watch for new migrations
([#6611](#6611))
([8bfb2ca](8bfb2ca))
* source node partition migrator
([#6614](#6614))
([9e8b458](9e8b458))
* target node partition migrator
([#6617](#6617))
([1cffea7](1cffea7))
* transformation language support
([#6637](#6637))
([c989784](c989784))


### Bug Fixes

* negative pending events are recorded for destinations after startup
([#6619](#6619))
([1e43b02](1e43b02))
* openapi definition validation
([#6643](#6643))
([905f2ee](905f2ee))
* tracking plan causing a panic in case of transformer non 200 status
code response
([#6653](#6653))
([b51ca68](b51ca68))


### Miscellaneous

* cleanup code to push image to dockerhub for rudder-server ent
([#6628](#6628))
([cf59323](cf59323))
* ecr builds rate limited
([#6657](#6657))
([59c2edb](59c2edb))
* migrate from PAT to GitHub App token (SEC-58)
([#6641](#6641))
([3c78db1](3c78db1))
* sync release v1.66.0 to main branch
([#6618](#6618))
([c0b9619](c0b9619))

---
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: rudderstack-github-actions[bot] <236995729+rudderstack-github-actions[bot]@users.noreply.github.com>
itsmihir pushed a commit that referenced this pull request Feb 4, 2026
🤖 I have created a release *beep* *boop*
---


##
[1.67.0](v1.66.0...v1.67.0)
(2026-02-02)


### Features

* gateway partition migrator
([#6631](#6631))
([344c85e](344c85e))
* integrate processor partition migrator in processor and embedded apps
([#6622](#6622))
([b5ee878](b5ee878))
* processor partition migrator watch for new migrations
([#6611](#6611))
([8bfb2ca](8bfb2ca))
* source node partition migrator
([#6614](#6614))
([9e8b458](9e8b458))
* target node partition migrator
([#6617](#6617))
([1cffea7](1cffea7))
* transformation language support
([#6637](#6637))
([c989784](c989784))


### Bug Fixes

* negative pending events are recorded for destinations after startup
([#6619](#6619))
([1e43b02](1e43b02))
* openapi definition validation
([#6643](#6643))
([905f2ee](905f2ee))
* tracking plan causing a panic in case of transformer non 200 status
code response
([#6653](#6653))
([b51ca68](b51ca68))


### Miscellaneous

* cleanup code to push image to dockerhub for rudder-server ent
([#6628](#6628))
([cf59323](cf59323))
* ecr builds rate limited
([#6657](#6657))
([59c2edb](59c2edb))
* migrate from PAT to GitHub App token (SEC-58)
([#6641](#6641))
([3c78db1](3c78db1))
* sync release v1.66.0 to main branch
([#6618](#6618))
([c0b9619](c0b9619))

---
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: rudderstack-github-actions[bot] <236995729+rudderstack-github-actions[bot]@users.noreply.github.com>
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.

4 participants