Skip to content

7.4.0-alpha.0 branch - testing Remix SDK #5329

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

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ targets:
cacheControl: 'public, max-age=31536000'
- name: github
includeNames: /^sentry-.*$/
excludeNames: /^sentry-remix-.*$/
- name: npm
excludeNames: /^sentry-remix-.*.tgz$/
- name: registry
sdks:
'npm:@sentry/browser':
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott

## 7.4.0-alpha.0

- feat(remix): Add release / sourcemap upload script. (#5312)
- feat(remix): Add Remix server SDK (#5269)
- feat(remix): Add Remix client SDK (#5264)
- feat(remix): Add Remix SDK package boilerplate (#5256)

## 7.3.1

- feat(react): expose FallbackRender as top-level type (#5307)
Expand Down
1 change: 0 additions & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "build/esm/index.server.js",
"browser": "build/esm/index.client.js",
"types": "build/types/index.server.d.ts",
"private": true,
"dependencies": {
"@sentry/cli": "2.2.0",
"@sentry/core": "7.3.1",
Expand Down