Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segment is expecting user_id not owner_id, fixing it #192

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Conversation

dana-yaish
Copy link
Contributor

shared is expecting "user_id" to be part of the owner object traits, and the traits had owner_id instead that's why it was sending -1

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@codecov-qa
Copy link

codecov-qa bot commented Oct 13, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (adc3e6c) 95.61% compared to head (4af0623) 95.61%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #192   +/-   ##
=======================================
  Coverage   95.61%   95.61%           
=======================================
  Files         600      600           
  Lines       15202    15202           
=======================================
  Hits        14536    14536           
  Misses        666      666           
Flag Coverage Δ
unit 95.61% <ø> (ø)
unit-latest-uploader 95.61% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@codecov-public-qa
Copy link

codecov-public-qa bot commented Oct 13, 2023

Codecov Report

Merging #192 (4af0623) into main (adc3e6c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #192   +/-   ##
=======================================
  Coverage   95.61%   95.61%           
=======================================
  Files         600      600           
  Lines       15202    15202           
=======================================
  Hits        14536    14536           
  Misses        666      666           
Flag Coverage Δ
unit 95.61% <ø> (ø)
unit-latest-uploader 95.61% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
services/analytics.py 98.50% <ø> (ø)

Impacted file tree graph

@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Merging #192 (4af0623) into main (adc3e6c) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #192   +/-   ##
=====================================
  Coverage   95.52   95.52           
=====================================
  Files        714     714           
  Lines      15608   15608           
=====================================
  Hits       14908   14908           
  Misses       700     700           
Flag Coverage Δ
unit 95.61% <ø> (ø)
unit-latest-uploader 95.61% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
services/analytics.py 98.57% <ø> (ø)

@dana-yaish dana-yaish merged commit c425373 into main Oct 13, 2023
17 of 18 checks passed
@dana-yaish dana-yaish deleted the dana/fix branch October 13, 2023 09:44
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.

None yet

2 participants