BugSplat-Git / symbol-upload

Cross-platform symbol upload utility
MIT License
10 stars 3 forks source link

fix: remove incorrect must match text #129

Closed bobbyg603 closed 3 months ago

bobbyg603 commented 3 months ago

Description

For most platforms, an exact match of application and version is not required. The exception to this rule is JavaScript source maps and we have examples that demonstrate how to do this correctly.

Checklist