Rename package from rum_sdk to faro#38
Merged
robert-northmind merged 9 commits intomainfrom Mar 6, 2025
Merged
Conversation
This commit introduces two new Cursor rule files to enhance project organization and development workflow: - Added `.cursor/rules/cursor-rules-location.mdc` to define standards for placing Cursor rule files - Added `.cursor/rules/plan-it-mode.mdc` to implement a structured approach for task planning and execution Key improvements: - Establishes clear guidelines for rule file placement - Introduces a systematic planning process for complex tasks - Promotes better project documentation and task tracking
This commit updates documentation across multiple files to: - Rename references from 'RUM' to 'Faro' - Update class and method names to use 'Faro' prefix - Align documentation with the recent package renaming - Add a new project overview markdown file - Update links and configuration examples
e84c86b to
ac0ed93
Compare
This commit removes an unnecessary commented-out line of code related to the previous RUM SDK initialization, cleaning up the example app's main file and reflecting the recent Faro SDK renaming.
Simplifies the verification of app startup measurement push in the native integration test by removing unnecessary whitespace and ensuring clean, concise test assertion.
Removes the package_api_docs linter rule from the analysis_options.yaml configuration to streamline code analysis and reduce unnecessary documentation warnings.
- Restore .gitkeep file in packages/faro/example/assets/ to preserve directory structure - Upgrade actions/checkout GitHub Action from v3 to v4 - Remove previous global exclusion of example/assets/ from .gitignore
Update the actions/checkout GitHub Action from version 3 to version 4 in the flutter_checks.yml workflow file to leverage the latest features and improvements.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR renames the package from rum_sdk to faro to align with Grafana's branding.
The main changes include:
This change addresses GitHub issue #3 which requested renaming the package to a Faro branded name.