Giter Site home page Giter Site logo

[Feat] UT in yii2 about pinpoint-c-agent HOT 5 CLOSED

eeliu avatar eeliu commented on June 2, 2024
[Feat] UT in yii2

from pinpoint-c-agent.

Comments (5)

eeliu avatar eeliu commented on June 2, 2024

oh, yii2 looks dropping the rule information

    public function parseRequest($request)
    {
        if ($this->enablePrettyUrl) {
            /* @var $rule UrlRule */
            foreach ($this->rules as $rule) {
                $result = $rule->parseRequest($this, $request);
                if (YII_DEBUG) {
                    Yii::debug([
                        'rule' => method_exists($rule, '__toString') ? $rule->__toString() : get_class($rule),
                        'match' => $result !== false,
                        'parent' => null,
                    ], __METHOD__);
                }
                if ($result !== false) {
                    return $result;
                }
            }

from pinpoint-c-agent.

eeliu avatar eeliu commented on June 2, 2024

Idea for #542 (comment)

try to hook UrlRule::parseRequest and add a magic key on $request

from pinpoint-c-agent.

eeliu avatar eeliu commented on June 2, 2024

covered by

https://github.com/pinpoint-apm/pinpoint-php-aop/blob/6c53ce920f778e380975d4d2d562c6d99a06840c/lib/Pinpoint/Plugins/Yii2PerRequestPlugins.php#L70-L86

from pinpoint-c-agent.

eeliu avatar eeliu commented on June 2, 2024

Looks like

image

from pinpoint-c-agent.

eeliu avatar eeliu commented on June 2, 2024

close as done

from pinpoint-c-agent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.