- Added `flex-shrink-0` class to session count text in
`CardSessionsByList` for better layout handling.
- Introduced conditional filter logic in `SessionsBy` to handle
`FETCH` metric with specific `FETCH_URL` filter.
- Removed unused filter mapping logic for cleaner code.
This improves UI consistency and enhances filter functionality.
- Convert inline function objects to concise syntax
- Properly memoize loadOptions with useCallback
- Add cleanup for debounce function on component unmount
- Fix spacing and remove commented code
- Update debounce implementation to maintain reference stability
Implement time interval rounding to support standardized data queries
by rounding dates to the next 15-minute interval. This change:
- Adds roundToNextInterval method to Search class
- Updates Period.js to round dates to 15-minute intervals
- Updates date range calculations to preserve proper time spans
- Upgrades Sentry browser dependency from v5 to v8.55.0
Enhanced the method in to handle various cases for
the property more robustly. Added checks for empty or invalid
values and adjusted mapping logic for specific filter types like
and .
- Updated type annotations for better clarity.
- Removed unnecessary trailing commas in imports.
- Improved readability and maintainability of the code.
Add a helper template to allow customizing the assets origin URL.
This gives users the ability to override the default S3 endpoint
construction when needed, while maintaining backward compatibility.
This can be used when try to use proxy the bucket like cloudfront or
some custom domain.
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
Completely redesign the release deployment workflow to:
- Simplify image building and deployment process
- Add branch-based tagging with commit SHA
- Replace AWS ECR login with direct Docker registry auth
- Improve service deployment with explicit image setting
- Update naming and descriptions for better clarity
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
* Fixed tracker uploadOfflineRecording
* Make FlushBuffer perform slicing when browser is idle
* Use map function to cast away proxy objects in flushBuffer