Skip to content

Commit 32add4a

Browse files
fix(apple): Replace references to master with main (#7298)
Replace all links pointing to master with main. Related to #7261.
1 parent 776b3ff commit 32add4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/platform-includes/capture-error/apple.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For the Swift error above Sentry displays:
4444

4545
### Customizing Error Descriptions
4646

47-
This feature is available on [sentry-cocoa 7.25.0](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7250) and above.
47+
This feature is available on [sentry-cocoa 7.25.0](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#7250) and above.
4848

4949
You may want to provide a custom description to make identifying the error in the **Issues** page easier. For `NSError` values, you can do this by adding a description to the `userInfo` dictionary with the key `NSDebugDescriptionErrorKey`.
5050

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
For Apple SDKs, it includes a [Transaction Context](https://github.com/getsentry/sentry-cocoa/blob/master/Sources/Sentry/Public/SentryTransactionContext.h) and a custom sampling context (`string` to `object` dictionary).
1+
For Apple SDKs, it includes a [Transaction Context](https://github.com/getsentry/sentry-cocoa/blob/main/Sources/Sentry/Public/SentryTransactionContext.h) and a custom sampling context (`string` to `object` dictionary).

src/platforms/apple/common/migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ event.message = [SentryMessage messageWithFormatted:"Hello World"];
312312
313313
In 5.x, you could pass a nullable scope to capture methods of the SDK, Hub, and Client, such as `SentrySdk.captureMessage()`. In 6.x, we changed the Scope to nonnull and provide overloads for the Hub and the Client.
314314
315-
Please see the [Changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md) for a complete list of changes.
315+
Please see the [Changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md) for a complete list of changes.
316316
317317
## Upgrading From 4.x to 5.x
318318

0 commit comments

Comments
 (0)