rsnext/.github/workflows
OJ Kwon 46dde0dd4a
feat(next/swc): setup native next-swc crash reporter with platform supports (#38221)
This is second attempt to https://github.com/vercel/next.js/pull/38076 . Most of changes are identical to previous PR. Main difference is introducing features `native-tls` and `rustls` for the sentry's downstream feature. Few platform targets we build (mostly where we cross compiles) fails to find native openssl for the specified target. For those, we falls back to rustls instead. The only exception is aarch64_windows, neither openssl nor rustls can be compiled straightforwardly, For those platform we bail out and do not init sentry at all. There are nearly 0 users on aarch64_windows anyway. We could try to located target's openssl binary, but the effort required seems not worth enough. 

Also PR changed `server_name` property to not to include real device hostname to avoid possible PII concerns.

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)
2022-07-07 17:37:50 +00:00
..
build_test_deploy.yml feat(next/swc): setup native next-swc crash reporter with platform supports (#38221) 2022-07-07 17:37:50 +00:00
cancel.yml Bump cancel-workflow-action to 0.9.1 (#31210) 2021-11-09 10:05:19 -06:00
lock.yml chore: clarify GitHub action (bot) comments (#34546) 2022-02-18 16:42:05 +00:00
pull_request_stats.yml Update to latest version of turbo (#37976) 2022-06-24 09:31:26 -05:00
stale.yml chore: detect no canary verification (#37788) 2022-06-22 14:54:11 +00:00
test_react_experimental.yml chore: use pnpm install in tests (#37712) 2022-06-16 18:08:07 +00:00
test_react_next.yml chore: use pnpm install in tests (#37712) 2022-06-16 18:08:07 +00:00
validate_issue.yml chore: fix issue validator paths 2022-07-04 13:54:20 +02:00