v2.0.0-beta2 released!
Published on July 30, 2022 by Pavel Buchnev
There is no more problems with database locking. Since this moment buggregator uses mysql out of the box, but if you want you may use an external database.
To try the release use command below:
docker run --pull always -p 23517:8000 -p 1025:1025 -p 9912:9912 -p 9913:9913 butschster/buggregator:v2.0.0-beta1
Thank you for using buggregator!
What's Changed
- Adds CORS headers to RoadRunner server by @HazyAlex in #73
- Show all event's exceptions by @js361014 in #82
- Show event's user data by @js361014 in #85
- Showing custom tags by @js361014 in #84
- Show event's contexts by @js361014 in #86
- Show event transaction name by @js361014 in #81
- Added icon of unread event for navigation link by @AnastasiaArt in #88
- Server upgrade by @butschster in #91
Thank you guys for your contribution!
🎉 1