Skip to content

Convert @sentry/ember addon to V2 addon format #15835

Description

@johanrd

Problem Statement

Modern Ember build tools (@embroider/vite and @embroider/webpack) benefit greatly from static, pre-built addons when bundling the app.

The current @sentry/ember package is currently on the old ember addon-format. It works, but it is not optimized for the modern ember build tooling, as it does currently needs be processed/rewritten by @embroider on every build.

Also, it is currently sorted with warnings in the group of other legacy V1 addons when running e.g. npx ember-addon-v2-scanner@latest:

NPM NameVersionCurrent versionOn V2 AddonV2 Addon available
'@sentry/ember''9.9.0''9.9.0'

(related to #12336, but this is more specific)

Solution Brainstorm

Here is a guide for porting an addon to the V2 format .

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions