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

Fixed Invalid index used in Debug logs #3923

Merged

Conversation

jeevan-vj
Copy link
Contributor

Fixed #3922

Changes
Corrected the parameter index in the LogWarning call

@bruno-garcia
Copy link
Member

Thank you for this! We definitely need an analyzer for this because it can cause a crash

Copy link

codecov bot commented Jan 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.53%. Comparing base (495e742) to head (68fdd38).
Report is 451 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3923      +/-   ##
==========================================
+ Coverage   75.73%   76.53%   +0.80%     
==========================================
  Files         357      389      +32     
  Lines       13466    14228     +762     
  Branches     2671     2864     +193     
==========================================
+ Hits        10198    10890     +692     
- Misses       2593     2639      +46     
- Partials      675      699      +24     

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

@jeevan-vj
Copy link
Contributor Author

Thank you @bruno-garcia . +1 for the code analyzer to catch these types of issues beforehand.

@jamescrosswell jamescrosswell merged commit 2f818b2 into getsentry:main Jan 31, 2025
22 checks passed
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.

Invalid index used in Debug logs
3 participants