Skip to content

Fix invalid JSON syntax in README configuration examples#49

Merged
cameroncooke merged 2 commits intogetsentry:mainfrom
fal3:main
Jun 2, 2025
Merged

Fix invalid JSON syntax in README configuration examples#49
cameroncooke merged 2 commits intogetsentry:mainfrom
fal3:main

Conversation

@fal3
Copy link
Contributor

@fal3 fal3 commented Jun 2, 2025

Summary

  • Fixed missing comma after "-y" in the npx args array (line 107)
  • Changed code block language from bash to json for all JSON configuration examples
  • Ensures all JSON samples in README are syntactically valid

Test plan

  • Verified all JSON examples are valid JSON syntax
  • Checked that syntax highlighting is now correct for JSON block

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes invalid JSON syntax in the README configuration examples by adding a missing comma in the npx arguments array and updating code block language tags to "json" for accurate syntax highlighting.

  • Fixed missing comma in the npx arguments array.
  • Updated code block language tags from "bash" to "json" for all JSON configuration examples.

@cameroncooke
Copy link
Collaborator

Thanks for this. I was changing this late last night. Admittedly I didn't test 🤦‍♂️

@cameroncooke cameroncooke merged commit fe1a10b into getsentry:main Jun 2, 2025
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.

3 participants