Skip to content

Commit

Permalink
Fix on premise config for debug-symbols-apple (#8177)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtyhenry committed Oct 12, 2023
1 parent e945f2e commit 6213819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform-includes/debug-symbols-apple/_default.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ sentry_upload_dif(

<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 6213819

@vercel
Copy link

@vercel vercel bot commented on 6213819 Oct 12, 2023

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:

sentry-docs – ./

sentry-docs-git-master.sentry.dev
sentry-docs.sentry.dev
docs.sentry.io

Please sign in to comment.