Skip to content

Commit

Permalink
fix(apple): Update dsym upload with fastlane (#2704)
Browse files Browse the repository at this point in the history
Change `api_host` to `url`.
  • Loading branch information
dirtyhenry authored Nov 23, 2020
1 parent b4ecaa4 commit 0333824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platforms/apple/common/dsym.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ end

<Alert level="" title="On Prem">

By default fastlane will connect to sentry.io. For on-prem you need to provide the _api_host_ parameter to instruct the tool to connect to your server:
By default fastlane will connect to sentry.io. For on-prem you need to provide the _url_ parameter to instruct the tool to connect to your server:

```
api_host: 'https://mysentry.invalid/'
url: 'https://mysentry.invalid/'
```

</Alert>
Expand Down

1 comment on commit 0333824

@vercel
Copy link

@vercel vercel bot commented on 0333824 Nov 23, 2020

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

Please sign in to comment.