Saif Mahmud
Saif Mahmud
@ValiDrv it's less about why, but more about how it works with PHP 8.0 and not on PHP 8.1.
Did you add `location` to the `$spatialFields` property?
I've tested PR #184 on my production environment and works without any issue. Hopefully @grimzy will merge it as soon as possible.
@Julien0510 I already raised an issue regarding this: https://github.com/MatanYadaev/laravel-eloquent-spatial/issues/27 I am working on adding support for SRID since I already helped grimzy once with this package. But unfortunately the development...
For anyone else wondering how to add support for traces: I created these two middlewares for handling transactions: ```ts import { Injectable, NestMiddleware } from '@nestjs/common'; import { InjectSentry, SentryService...