承接 long-running/sentry 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

long-running/sentry

最新稳定版本:1.1.0

Composer 安装命令:

composer require long-running/sentry

包简介

README 文档

README

This is a read only split from the LongRunning mono repository.

If you want to make changes, please create a pull request there.

This packages requires Sentry SDK 3.1 or higher.

Installation

composer require long-running/sentry

Symfony

If you are using Symfony, make sure to install the Sentry Symfony SDK.

composer require sentry/sentry-symfony

Then register the bundle:

<?php
// config/bundles.php

return [
    // ...
    Sentry\SentryBundle\SentryBundle::class => ['all' => true],
    LongRunning\Core\Bundle\LongRunningBundle::class => ['all' => true],
    LongRunning\Sentry\Bundle\LongRunningSentryBundle::class => ['all' => true],
];

统计信息

  • 总下载量: 512.82k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-12-01