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

docs(nuxt): Add beta readme #13979

Merged
merged 2 commits into from
Oct 18, 2024
Merged

docs(nuxt): Add beta readme #13979

merged 2 commits into from
Oct 18, 2024

Conversation

s1gr1d
Copy link
Member

@s1gr1d s1gr1d commented Oct 15, 2024

Removes code snippets with --import and adds a "Troubleshooting" section.

@s1gr1d s1gr1d self-assigned this Oct 15, 2024
@s1gr1d s1gr1d added the Package: nuxt Issues related to the Sentry Nuxt SDK label Oct 15, 2024
@s1gr1d s1gr1d requested review from Lms24 and andreiborza October 16, 2024 15:36
@s1gr1d s1gr1d marked this pull request as ready for review October 16, 2024 15:36
Comment on lines 139 to 151
```json
"overrides": {
"@vercel/nft": "^0.27.4"
}
```

or

```json
"resolutions": {
"@vercel/nft": "^0.27.4"
}
```
Copy link
Member

Choose a reason for hiding this comment

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

The indentations for these blocks is different.

The Nuxt runtime config does not work in the Sentry server to technical reasons (it has to be loaded before Nuxt is
loaded). To be able to use `process.env` you either have to add `--env-file=.env` to your node command
Using `useRuntimeConfig` does not work in the Sentry server config file due to technical reasons (the file has to be
loaded before Nuxt is loaded). To be able to use `process.env` you either have to add `--env-file=.env` to your node
Copy link

Choose a reason for hiding this comment

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

Suggested change
loaded before Nuxt is loaded). To be able to use `process.env` you either have to add `--env-file=.env` to your node
loaded before Nuxt is loaded). To be able to use `process.env` you have to add `--env-file=.env` to your node

Copy link
Member Author

Choose a reason for hiding this comment

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

The sentence continues after the code snippet with an "or", that's why there is an either :)

Copy link

Choose a reason for hiding this comment

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

Ah my bad, again

@s1gr1d s1gr1d merged commit 96526c2 into develop Oct 18, 2024
145 of 146 checks passed
@s1gr1d s1gr1d deleted the sig/readme-beta branch October 18, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: nuxt Issues related to the Sentry Nuxt SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants