Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: sourcemaps #25300

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

feat: sourcemaps #25300

wants to merge 11 commits into from

Conversation

daibhin
Copy link
Contributor

@daibhin daibhin commented Oct 1, 2024

Problem

In order to perform source map demangling we need sourcemaps

Changes

  • Add an endpoint to upload sourcemaps (can be reused for customers CLI uploads)
  • Use the new endpoint in the web app. Purely for testing functionality as we build, UI / UX will probably change before release

upload

Does this work well for both Cloud and self-hosted?

Requires object storage to be enabled but otherwise yes

How did you test this code?

Added tests

Copy link
Contributor

github-actions bot commented Oct 1, 2024

Size Change: +197 B (0%)

Total Size: 9.21 MB

ℹ️ View Unchanged
Filename Size Change
frontend/dist/toolbar.js 9.21 MB +197 B (0%)

compressed-size-action

@posthog-bot
Copy link
Contributor

📸 UI snapshots have been updated

2 snapshot changes in total. 0 added, 2 modified, 0 deleted:

  • chromium: 0 added, 2 modified, 0 deleted (diff for shard 1)
  • webkit: 0 added, 0 modified, 0 deleted

Triggered by this commit.

👉 Review this PR's diff of snapshots.

@daibhin daibhin requested a review from a team October 1, 2024 10:04
@posthog-bot
Copy link
Contributor

📸 UI snapshots have been updated

2 snapshot changes in total. 0 added, 2 modified, 0 deleted:

  • chromium: 0 added, 2 modified, 0 deleted (diff for shard 1)
  • webkit: 0 added, 0 modified, 0 deleted

Triggered by this commit.

👉 Review this PR's diff of snapshots.

@posthog-bot
Copy link
Contributor

📸 UI snapshots have been updated

2 snapshot changes in total. 0 added, 2 modified, 0 deleted:

  • chromium: 0 added, 2 modified, 0 deleted (diff for shard 1)
  • webkit: 0 added, 0 modified, 0 deleted

Triggered by this commit.

👉 Review this PR's diff of snapshots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants