Skip to content

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

Draft
esguerrat wants to merge 1 commit intomasterfrom
feature/debug_mode
Draft

feat: add debug mode to capture request IDs for support debugging#731
esguerrat wants to merge 1 commit 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!

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

Comments