Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/kotlin-multiplatform.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Lib: sentry-kotlin-multiplatform"
name: 'Lib: sentry-kotlin-multiplatform'
on:
push:
branches:
Expand All @@ -9,7 +9,7 @@ on:
- '.github/workflows/kotlin-multiplatform.yml'
- 'kotlin-multiplatform/**'
- 'sentry-samples/**'
- 'buildSrc/src/'
- 'buildSrc/src/**'
- '!**/*.md'

concurrency:
Expand Down
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@

### Dependencies

- Bump Java SDK from v8.17.0 to v8.21.1 ([#454](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/454), [#457](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/457), [#458](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/458))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8211)
- [diff](https://github.com/getsentry/sentry-java/compare/8.17.0...8.21.1)
- Bump Java SDK from v8.17.0 to v8.21.0 ([#454](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/454), [#457](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/457))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8210)
- [diff](https://github.com/getsentry/sentry-java/compare/8.17.0...8.21.0)
- Bump Cocoa SDK from v8.53.2 to v8.55.1 ([#455](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/455))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8551)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.53.2...8.55.1)

## 0.18.0

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Config {
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"

val sentryCocoaVersion = "8.53.2"
val sentryCocoaVersion = "8.55.1"
val sentryCocoa = "Sentry"

object Samples {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id=io.sentry.kotlin.multiplatform.gradle
implementationClass=io.sentry.kotlin.multiplatform.gradle.SentryPlugin
versionName=0.18.0
group=io.sentry
sentryCocoaVersion=8.53.2
sentryCocoaVersion=8.55.1

# publication pom properties
POM_NAME=Sentry Kotlin Multiplatform Gradle Plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
spec.osx.deployment_target = '10.13'
spec.tvos.deployment_target = '11.0'
spec.watchos.deployment_target = '4.0'
spec.dependency 'Sentry', '8.53.2'
spec.dependency 'Sentry', '8.55.1'

if !Dir.exist?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') || Dir.empty?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework')
raise "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import platform.Foundation.NSException
import platform.Foundation.NSNumber

private typealias InternalSentryEvent = Internal.Sentry.SentryEvent
private typealias InternalSentrySDK = Internal.Sentry.SentrySDK
private typealias InternalSentrySDK = Internal.Sentry.SentrySDKInternal
private typealias InternalSentryEnvelope = Internal.Sentry.SentryEnvelope
private typealias InternalSentryDependencyContainer = Internal.Sentry.SentryDependencyContainer
private typealias InternalSentryEnvelopeHeader = Internal.Sentry.SentryEnvelopeHeader
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class SentryE2ETest : BaseSentryTest() {
// See: https://github.com/getsentry/sentry-kotlin-multiplatform/issues/17

@Test
fun `capture message and fetch event from Sentry`() = runTest(timeout = 30.seconds) {
fun `capture message and fetch event from Sentry`() = runTest(timeout = 60.seconds) {
if (platform != "Apple") {
val message = "Test running on $platform"
val eventId = Sentry.captureMessage(message)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language = Objective-C
headers = SentryClient.h SentryDebugImageProvider.h SentryEnvelope.h \ SentryHub.h SentryScope.h \
SentryCrashMonitor_NSException.h SentryCrashMonitor_NSException+NSExceptionKt.h \
SentryCrashStackCursor.h SentryDependencyContainer.h SentryHook.h SentrySDK.h \
SentryCrashStackCursor.h SentryDependencyContainer.h SentryHook.h SentrySDKInternal.h \
SentryStacktraceBuilder.h SentryThreadInspector.h PrivateSentrySDKOnly.h \
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#import <SentryEnvelope.h>
#import <SentryHub.h>

@interface SentrySDK : NSObject
@interface SentrySDKInternal : NSObject

+ (void)storeEnvelope:(SentryEnvelope *_Nonnull)envelope;
+ (SentryHub *_Nonnull)currentHub;
Expand Down
12 changes: 6 additions & 6 deletions sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Sentry (8.53.2):
- Sentry/Core (= 8.53.2)
- Sentry/Core (8.53.2)
- Sentry (8.55.1):
- Sentry/Core (= 8.55.1)
- Sentry/Core (8.55.1)
- shared (1.0):
- Sentry (= 8.53.2)
- Sentry (= 8.55.1)

DEPENDENCIES:
- shared (from `../shared`)
Expand All @@ -17,8 +17,8 @@ EXTERNAL SOURCES:
:path: "../shared"

SPEC CHECKSUMS:
Sentry: 59993bffde4a1ac297ba6d268dc4bbce068d7c1b
shared: 9b2a3232b0c4d2d6bbc43ce5b62b42e389e01c27
Sentry: 6c92b12db0634612f6a66757890fea97e788fe12
shared: 889fbc0d727dc0533f7fc04bee9d2d0418190291

PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756

Expand Down
2 changes: 1 addition & 1 deletion sentry-samples/kmp-app-cocoapods/shared/shared.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/shared.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '14.1'
spec.dependency 'Sentry', '8.53.2'
spec.dependency 'Sentry', '8.55.1'

if !Dir.exist?('build/cocoapods/framework/shared.framework') || Dir.empty?('build/cocoapods/framework/shared.framework')
raise "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
repositoryURL = "https://github.com/getsentry/sentry-cocoa.git";
requirement = {
kind = exactVersion;
version = 8.44.0;
version = 8.55.1;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading