File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sentry-cli/integration-test/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Describe 'Invoke-SentryServer' {
46
46
It " collects proguard mapping" {
47
47
$result = Invoke-SentryServer {
48
48
Param ([string ]$url )
49
- Invoke-WebRequest - Uri " $url /api/0/projects/org/project/files/dsyms/associate/" - Method Post `
49
+ Invoke-WebRequest - Uri " $url /api/0/projects/org/project/files/dsyms/associate/" - Method Post
50
50
}
51
51
Should - ActualValue $result.HasErrors () - BeFalse
52
52
}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Work in this release contributed by jkcorrea and nfelger. Thank you for your con
27
27
28
28
### 7.4.1
29
29
30
- This release includes the first *published* version of `sentry/remix`.
30
+ This release includes the first _published_ version of `sentry/remix`.
31
31
32
32
- build(remix): Make remix package public ([#5349](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5349))
33
33
'@
You can’t perform that action at this time.
0 commit comments