Skip to content

Comments

feat: add debug mode to capture request IDs for support debugging#731

Merged
esguerrat merged 2 commits intomasterfrom
feature/debug_mode
Feb 19, 2026
Merged

feat: add debug mode to capture request IDs for support debugging#731
esguerrat merged 2 commits intomasterfrom
feature/debug_mode

Conversation

@esguerrat
Copy link
Contributor

Brief Summary of Changes

Add debug mode to capture request IDs for debugging

  • New config option: debug: boolean (default: false)
  • When enabled, includes request_id field from X-Request-Id header in all API responses
  • Helps customers provide request IDs in support tickets for faster log analysis
  • Example: cloudinary.config({ debug: true })

What Does This PR Address?

  • GitHub issue (Add reference - #XX)
  • Refactoring
  • New feature
  • Bug fix
  • Adds more tests

Are Tests Included?

  • Yes
  • No

Copy link
Contributor

@cloudinary-pkoniu cloudinary-pkoniu left a comment

Choose a reason for hiding this comment

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

Remove the unnecessary lines from CHANGELOG.md, those are autogenerated. Other than that - great job!

@esguerrat esguerrat marked this pull request as ready for review February 19, 2026 13:29
@esguerrat esguerrat merged commit c86af98 into master Feb 19, 2026
17 of 18 checks passed
@esguerrat esguerrat deleted the feature/debug_mode branch February 19, 2026 13:32
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.

2 participants