Skip to content

Bump embrace from 6.14.0 to 7.0.0 in /examples/ExampleApp#1853

Merged
fractalwrench merged 1 commit intomainfrom
dependabot/gradle/examples/ExampleApp/embrace-7.0.0
Jan 29, 2025
Merged

Bump embrace from 6.14.0 to 7.0.0 in /examples/ExampleApp#1853
fractalwrench merged 1 commit intomainfrom
dependabot/gradle/examples/ExampleApp/embrace-7.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 2025

Bumps embrace from 6.14.0 to 7.0.0.
Updates io.embrace:embrace-android-sdk from 6.14.0 to 7.0.0

Release notes

Sourced from io.embrace:embrace-android-sdk's releases.

7.0.0

  • API and functional changes in this major release are documented in the Upgrade Guide. Key ones to be aware of include:

    • Moments feature and API have been removed in favor of Traces, which should be used instead to track how long workflows in the app took to complete.
    • Public API methods are all implemented in Kotlin, so passing in nulls in Java for parameters annotated with @NonNull will cause a runtime exception and could cause a crash.
    • Firebase Cloud Messaging and Compose tap instrumentation require explicit inclusion of modules in your Gradle files.
    • Remove support for deprecated properties in embrace-config.json and the Embrace Gradle plugin.
  • New features and other changes in this release include:

    • Customizable, automatic instrumentation of Activity load and Jetpack Compose Navigation (requires opt-in for now)
    • Auto-termination of spans based on navigation
    • Customization of app startup trace through custom attributes and child spans
    • Public API to get the timestamp used by the SDK so custom spans for app startup and UI load traces can be in sync with other spans in the trace
    • API to disable data export at programmatically for the currently running instance of the app
    • Associate native crashes with the device and app metadata at the time of crash instead of the time of reporting
    • Configuration setting to enable Network Span Forwarding traceparent injection into network request spans for non-Embrace users
  • Dependency updates:

    • OpenTelemetry API and SDK to 1.46.0
    • OpenTelemetry Semantic Conventions to 1.29.0-alpha
    • AndroidX Lifecycle to 2.7.0
    • Moshi to 1.15.2
Changelog

Sourced from io.embrace:embrace-android-sdk's changelog.

7.0.0

January 28, 2025

  • API and functional changes in this major release are documented in the Upgrade Guide. Key ones to be aware of include:

    • Moments feature and API have been removed in favor of Traces, which should be used instead to track how long workflows in the app took to complete.
    • Public API methods are all implemented in Kotlin, so passing in nulls in Java for parameters annotated with @NonNull will cause a runtime exception and could cause a crash.
    • Firebase Cloud Messaging and Compose tap instrumentation require explicit inclusion of modules in your Gradle files.
    • Remove support for deprecated properties in embrace-config.json and the Embrace Gradle plugin.
  • New features and other changes in this release include:

    • Customizable, automatic instrumentation of Activity load and Jetpack Compose Navigation (requires opt-in for now)
    • Auto-termination of spans based on navigation
    • Customization of app startup trace through custom attributes and child spans
    • Public API to get the timestamp used by the SDK so custom spans for app startup and UI load traces can be in sync with other spans in the trace
    • API to disable data export at programmatically for the currently running instance of the app
    • Associate native crashes with the device and app metadata at the time of crash instead of the time of reporting
    • Configuration setting to enable Network Span Forwarding traceparent injection into network request spans for non-Embrace users
  • Dependency updates:

    • OpenTelemetry API and SDK to 1.46.0
    • OpenTelemetry Semantic Conventions to 1.29.0-alpha
    • AndroidX Lifecycle to 2.7.0
    • Moshi to 1.15.2
Commits
  • 09d6b47 Merge pull request #1850 from embrace-io/priettt/workflowFix
  • 5ee1428 Use correct closeSonatypeRepository
  • 0569dc0 Run :embrace-gradle-plugin:publishToSonatype instead of just publishToSonatyp...
  • fb11f7c Move gradle plugin check to a different step in build-rc-workflow.yml (#1847)
  • 889c23f Merge pull request #1845 from embrace-io/cherry-pick-timeout
  • 2b4fe12 build: increase sonatype timeouts
  • 63c9bd5 Merge pull request #1843 from embrace-io/update-release-branch
  • 2064eab ci: remove swazzler functional test step
  • 9653d7c Merge pull request #1841 from embrace-io/priettt/fixWorkflowArtifactUpload
  • 4b38735 Update build-rc-workflow.yml
  • Additional commits viewable in compare view

Updates io.embrace:embrace-android-core from 6.14.0 to 7.0.0

Release notes

Sourced from io.embrace:embrace-android-core's releases.

7.0.0

  • API and functional changes in this major release are documented in the Upgrade Guide. Key ones to be aware of include:

    • Moments feature and API have been removed in favor of Traces, which should be used instead to track how long workflows in the app took to complete.
    • Public API methods are all implemented in Kotlin, so passing in nulls in Java for parameters annotated with @NonNull will cause a runtime exception and could cause a crash.
    • Firebase Cloud Messaging and Compose tap instrumentation require explicit inclusion of modules in your Gradle files.
    • Remove support for deprecated properties in embrace-config.json and the Embrace Gradle plugin.
  • New features and other changes in this release include:

    • Customizable, automatic instrumentation of Activity load and Jetpack Compose Navigation (requires opt-in for now)
    • Auto-termination of spans based on navigation
    • Customization of app startup trace through custom attributes and child spans
    • Public API to get the timestamp used by the SDK so custom spans for app startup and UI load traces can be in sync with other spans in the trace
    • API to disable data export at programmatically for the currently running instance of the app
    • Associate native crashes with the device and app metadata at the time of crash instead of the time of reporting
    • Configuration setting to enable Network Span Forwarding traceparent injection into network request spans for non-Embrace users
  • Dependency updates:

    • OpenTelemetry API and SDK to 1.46.0
    • OpenTelemetry Semantic Conventions to 1.29.0-alpha
    • AndroidX Lifecycle to 2.7.0
    • Moshi to 1.15.2
Changelog

Sourced from io.embrace:embrace-android-core's changelog.

7.0.0

January 28, 2025

  • API and functional changes in this major release are documented in the Upgrade Guide. Key ones to be aware of include:

    • Moments feature and API have been removed in favor of Traces, which should be used instead to track how long workflows in the app took to complete.
    • Public API methods are all implemented in Kotlin, so passing in nulls in Java for parameters annotated with @NonNull will cause a runtime exception and could cause a crash.
    • Firebase Cloud Messaging and Compose tap instrumentation require explicit inclusion of modules in your Gradle files.
    • Remove support for deprecated properties in embrace-config.json and the Embrace Gradle plugin.
  • New features and other changes in this release include:

    • Customizable, automatic instrumentation of Activity load and Jetpack Compose Navigation (requires opt-in for now)
    • Auto-termination of spans based on navigation
    • Customization of app startup trace through custom attributes and child spans
    • Public API to get the timestamp used by the SDK so custom spans for app startup and UI load traces can be in sync with other spans in the trace
    • API to disable data export at programmatically for the currently running instance of the app
    • Associate native crashes with the device and app metadata at the time of crash instead of the time of reporting
    • Configuration setting to enable Network Span Forwarding traceparent injection into network request spans for non-Embrace users
  • Dependency updates:

    • OpenTelemetry API and SDK to 1.46.0
    • OpenTelemetry Semantic Conventions to 1.29.0-alpha
    • AndroidX Lifecycle to 2.7.0
    • Moshi to 1.15.2
Commits
  • 09d6b47 Merge pull request #1850 from embrace-io/priettt/workflowFix
  • 5ee1428 Use correct closeSonatypeRepository
  • 0569dc0 Run :embrace-gradle-plugin:publishToSonatype instead of just publishToSonatyp...
  • fb11f7c Move gradle plugin check to a different step in build-rc-workflow.yml (#1847)
  • 889c23f Merge pull request #1845 from embrace-io/cherry-pick-timeout
  • 2b4fe12 build: increase sonatype timeouts
  • 63c9bd5 Merge pull request #1843 from embrace-io/update-release-branch
  • 2064eab ci: remove swazzler functional test step
  • 9653d7c Merge pull request #1841 from embrace-io/priettt/fixWorkflowArtifactUpload
  • 4b38735 Update build-rc-workflow.yml
  • Additional commits viewable in compare view

Updates io.embrace:embrace-android-features from 6.14.0 to 7.0.0

Release notes

Sourced from io.embrace:embrace-android-features's releases.

7.0.0

  • API and functional changes in this major release are documented in the Upgrade Guide. Key ones to be aware of include:

    • Moments feature and API have been removed in favor of Traces, which should be used instead to track how long workflows in the app took to complete.
    • Public API methods are all implemented in Kotlin, so passing in nulls in Java for parameters annotated with @NonNull will cause a runtime exception and could cause a crash.
    • Firebase Cloud Messaging and Compose tap instrumentation require explicit inclusion of modules in your Gradle files.
    • Remove support for deprecated properties in embrace-config.json and the Embrace Gradle plugin.
  • New features and other changes in this release include:

    • Customizable, automatic instrumentation of Activity load and Jetpack Compose Navigation (requires opt-in for now)
    • Auto-termination of spans based on navigation
    • Customization of app startup trace through custom attributes and child spans
    • Public API to get the timestamp used by the SDK so custom spans for app startup and UI load traces can be in sync with other spans in the trace
    • API to disable data export at programmatically for the currently running instance of the app
    • Associate native crashes with the device and app metadata at the time of crash instead of the time of reporting
    • Configuration setting to enable Network Span Forwarding traceparent injection into network request spans for non-Embrace users
  • Dependency updates:

    • OpenTelemetry API and SDK to 1.46.0
    • OpenTelemetry Semantic Conventions to 1.29.0-alpha
    • AndroidX Lifecycle to 2.7.0
    • Moshi to 1.15.2
Changelog

Sourced from io.embrace:embrace-android-features's changelog.

7.0.0

January 28, 2025

  • API and functional changes in this major release are documented in the Upgrade Guide. Key ones to be aware of include:

    • Moments feature and API have been removed in favor of Traces, which should be used instead to track how long workflows in the app took to complete.
    • Public API methods are all implemented in Kotlin, so passing in nulls in Java for parameters annotated with @NonNull will cause a runtime exception and could cause a crash.
    • Firebase Cloud Messaging and Compose tap instrumentation require explicit inclusion of modules in your Gradle files.
    • Remove support for deprecated properties in embrace-config.json and the Embrace Gradle plugin.
  • New features and other changes in this release include:

    • Customizable, automatic instrumentation of Activity load and Jetpack Compose Navigation (requires opt-in for now)
    • Auto-termination of spans based on navigation
    • Customization of app startup trace through custom attributes and child spans
    • Public API to get the timestamp used by the SDK so custom spans for app startup and UI load traces can be in sync with other spans in the trace
    • API to disable data export at programmatically for the currently running instance of the app
    • Associate native crashes with the device and app metadata at the time of crash instead of the time of reporting
    • Configuration setting to enable Network Span Forwarding traceparent injection into network request spans for non-Embrace users
  • Dependency updates:

    • OpenTelemetry API and SDK to 1.46.0
    • OpenTelemetry Semantic Conventions to 1.29.0-alpha
    • AndroidX Lifecycle to 2.7.0
    • Moshi to 1.15.2
Commits
  • 09d6b47 Merge pull request #1850 from embrace-io/priettt/workflowFix
  • 5ee1428 Use correct closeSonatypeRepository
  • 0569dc0 Run :embrace-gradle-plugin:publishToSonatype instead of just publishToSonatyp...
  • fb11f7c Move gradle plugin check to a different step in build-rc-workflow.yml (#1847)
  • 889c23f Merge pull request #1845 from embrace-io/cherry-pick-timeout
  • 2b4fe12 build: increase sonatype timeouts
  • 63c9bd5 Merge pull request #1843 from embrace-io/update-release-branch
  • 2064eab ci: remove swazzler functional test step
  • 9653d7c Merge pull request #1841 from embrace-io/priettt/fixWorkflowArtifactUpload
  • 4b38735 Update build-rc-workflow.yml
  • Additional commits viewable in compare view

Updates io.embrace:embrace-android-payload from 6.14.0 to 7.0.0

Release notes

Sourced from io.embrace:embrace-android-payload's releases.

7.0.0

  • API and functional changes in this major release are documented in the Upgrade Guide. Key ones to be aware of include:

    • Moments feature and API have been removed in favor of Traces, which should be used instead to track how long workflows in the app took to complete.
    • Public API methods are all implemented in Kotlin, so passing in nulls in Java for parameters annotated with @NonNull will cause a runtime exception and could cause a crash.
    • Firebase Cloud Messaging and Compose tap instrumentation require explicit inclusion of modules in your Gradle files.
    • Remove support for deprecated properties in embrace-config.json and the Embrace Gradle plugin.
  • New features and other changes in this release include:

    • Customizable, automatic instrumentation of Activity load and Jetpack Compose Navigation (requires opt-in for now)
    • Auto-termination of spans based on navigation
    • Customization of app startup trace through custom attributes and child spans
    • Public API to get the timestamp used by the SDK so custom spans for app startup and UI load traces can be in sync with other spans in the trace
    • API to disable data export at programmatically for the currently running instance of the app
    • Associate native crashes with the device and app metadata at the time of crash instead of the time of reporting
    • Configuration setting to enable Network Span Forwarding traceparent injection into network request spans for non-Embrace users
  • Dependency updates:

    • OpenTelemetry API and SDK to 1.46.0
    • OpenTelemetry Semantic Conventions to 1.29.0-alpha
    • AndroidX Lifecycle to 2.7.0
    • Moshi to 1.15.2
Changelog

Sourced from io.embrace:embrace-android-payload's changelog.

7.0.0

January 28, 2025

  • API and functional changes in this major release are documented in the Upgrade Guide. Key ones to be aware of include:

    • Moments feature and API have been removed in favor of Traces, which should be used instead to track how long workflows in the app took to complete.
    • Public API methods are all implemented in Kotlin, so passing in nulls in Java for parameters annotated with @NonNull will cause a runtime exception and could cause a crash.
    • Firebase Cloud Messaging and Compose tap instrumentation require explicit inclusion of modules in your Gradle files.
    • Remove support for deprecated properties in embrace-config.json and the Embrace Gradle plugin.
  • New features and other changes in this release include:

    • Customizable, automatic instrumentation of Activity load and Jetpack Compose Navigation (requires opt-in for now)
    • Auto-termination of spans based on navigation
    • Customization of app startup trace through custom attributes and child spans
    • Public API to get the timestamp used by the SDK so custom spans for app startup and UI load traces can be in sync with other spans in the trace
    • API to disable data export at programmatically for the currently running instance of the app
    • Associate native crashes with the device and app metadata at the time of crash instead of the time of reporting
    • Configuration setting to enable Network Span Forwarding traceparent injection into network request spans for non-Embrace users
  • Dependency updates:

    • OpenTelemetry API and SDK to 1.46.0
    • OpenTelemetry Semantic Conventions to 1.29.0-alpha
    • AndroidX Lifecycle to 2.7.0
    • Moshi to 1.15.2
Commits
  • 09d6b47 Merge pull request #1850 from embrace-io/priettt/workflowFix
  • 5ee1428 Use correct closeSonatypeRepository
  • 0569dc0 Run :embrace-gradle-plugin:publishToSonatype instead of just publishToSonatyp...
  • fb11f7c Move gradle plugin check to a different step in build-rc-workflow.yml (#1847)
  • 889c23f Merge pull request #1845 from embrace-io/cherry-pick-timeout
  • 2b4fe12 build: increase sonatype timeouts
  • 63c9bd5 Merge pull request #1843 from embrace-io/update-release-branch
  • 2064eab ci: remove swazzler functional test step
  • 9653d7c Merge pull request #1841 from embrace-io/priettt/fixWorkflowArtifactUpload
  • 4b38735 Update build-rc-workflow.yml
  • Additional commits viewable in compare view

Updates io.embrace.swazzler from 6.14.0 to 7.0.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `embrace` from 6.14.0 to 7.0.0.

Updates `io.embrace:embrace-android-sdk` from 6.14.0 to 7.0.0
- [Release notes](https://github.com/embrace-io/embrace-android-sdk/releases)
- [Changelog](https://github.com/embrace-io/embrace-android-sdk/blob/main/CHANGELOG.md)
- [Commits](6.14.0...7.0.0)

Updates `io.embrace:embrace-android-core` from 6.14.0 to 7.0.0
- [Release notes](https://github.com/embrace-io/embrace-android-sdk/releases)
- [Changelog](https://github.com/embrace-io/embrace-android-sdk/blob/main/CHANGELOG.md)
- [Commits](6.14.0...7.0.0)

Updates `io.embrace:embrace-android-features` from 6.14.0 to 7.0.0
- [Release notes](https://github.com/embrace-io/embrace-android-sdk/releases)
- [Changelog](https://github.com/embrace-io/embrace-android-sdk/blob/main/CHANGELOG.md)
- [Commits](6.14.0...7.0.0)

Updates `io.embrace:embrace-android-payload` from 6.14.0 to 7.0.0
- [Release notes](https://github.com/embrace-io/embrace-android-sdk/releases)
- [Changelog](https://github.com/embrace-io/embrace-android-sdk/blob/main/CHANGELOG.md)
- [Commits](6.14.0...7.0.0)

Updates `io.embrace.swazzler` from 6.14.0 to 7.0.0
- [Commits](https://github.com/embrace-io/embrace-swazzler3/commits)

---
updated-dependencies:
- dependency-name: io.embrace:embrace-android-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.embrace:embrace-android-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.embrace:embrace-android-features
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.embrace:embrace-android-payload
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.embrace.swazzler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 28, 2025 20:26
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 28, 2025
@github-actions
Copy link
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

Copy link
Member

@fractalwrench fractalwrench left a comment

Choose a reason for hiding this comment

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

LGTM

@fractalwrench fractalwrench merged commit 75e3443 into main Jan 29, 2025
4 of 5 checks passed
@fractalwrench fractalwrench deleted the dependabot/gradle/examples/ExampleApp/embrace-7.0.0 branch January 29, 2025 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant