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' {
4646 It " collects proguard mapping" {
4747 $result = Invoke-SentryServer {
4848 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
5050 }
5151 Should - ActualValue $result.HasErrors () - BeFalse
5252 }
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
2727
2828### 7.4.1
2929
30- This release includes the first *published* version of `sentry/remix`.
30+ This release includes the first _published_ version of `sentry/remix`.
3131
3232- build(remix): Make remix package public ([#5349](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5349))
3333'@
You can’t perform that action at this time.
0 commit comments