luyadev/luya-module-errorapi

View on GitHub
src/adapters/SentryAdapter.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method generateStorePayload has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function generateStorePayload(Data $data)
    {
        return array_filter([
            'transaction' => $data->getFile(),
            'server_name' => $data->getServerName(),
Severity: Major
Found in src/adapters/SentryAdapter.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status