Skip to content

feat: Added tracking downloads on our infrastructure#1019

Open
mkopcins wants to merge 1 commit intorelease/0.7from
@mkopcins/downloads_07
Open

feat: Added tracking downloads on our infrastructure#1019
mkopcins wants to merge 1 commit intorelease/0.7from
@mkopcins/downloads_07

Conversation

@mkopcins
Copy link
Copy Markdown
Collaborator

Description

Like in version 0.8 added downloads tracking.

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

Testing instructions

Screenshots

Related issues

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

@mkopcins mkopcins requested a review from chmjkb March 26, 2026 16:46
@msluszniak msluszniak added the feature PRs that implement a new feature label Mar 27, 2026
Comment on lines 237 to +507
@@ -503,6 +504,7 @@ export class ResourceFetcher {
to: sourceExtended.fileUri,
});
this.downloads.delete(source);
ResourceFetcherUtils.triggerDownloadEvent(uri);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why are we doing this twice with different URIs 🤔?

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

Labels

feature PRs that implement a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants