Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Performance monitoring #909

Merged
merged 18 commits into from
Mar 11, 2021
Merged

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    5ccb959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ff411a View commit details
    Browse the repository at this point in the history
  3. feat: Performance API: Transaction (#908)

    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    Co-authored-by: Clang Robot <clang-robot@sentry.io>
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    4 people committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    427b164 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1b1250 View commit details
    Browse the repository at this point in the history
  5. docs: Improve code comments on transactions (#921)

    Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
    philipphofmann and marandaneto committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    380bc9e View commit details
    Browse the repository at this point in the history
  6. feat: Add missing properties to SpanContext and Transaction (#919)

    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    3 people committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    1195ec0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. feat: Adding SentrySpan to performance monitoring. (#932)

    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    Co-authored-by: Clang Robot <clang-robot@sentry.io>
    4 people committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    16a0088 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    4aaaa14 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. ref: Remove SentryTransaction from public API. (#950)

    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    brustolin and getsentry-bot committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    9059a8d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. feat: Add transaction sampling properties to SentryOptions (#961)

    * Transaction sampling
    
    * Update CHANGELOG.md
    
    * Format code
    
    * Apply suggestions from code review
    
    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    
    * Testing and fixes
    
    * Using NSNumber for sampler return
    
    * Update CHANGELOG.md
    
    Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
    
    * Comment Update
    
    * Using NSNumber for tracesSampleRate
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
    4 people committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    088280c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb3dfbe View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. feat: Transaction in Sample App (#971)

    * Some UI Sample
    
    * Format code
    
    * Apply suggestions from code review
    
    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    
    * removing button to download image
    
    * Adding status and fixing operation value
    
    * Fixed Tests
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    3 people committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    4a90eb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a74cd09 View commit details
    Browse the repository at this point in the history
  3. merge fix

    brustolin committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    e307d64 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. feat: Add sampling rules to SentryHub startTransaction. (#977)

    * Changing sampled from bool to enum, using TracesSampler
    
    * removing name from span
    
    * SamplingTests
    
    * changelog and code format
    
    * Lint Fix
    
    * Fix tests
    
    * Update Samples/iOS-Swift/iOS-Swift/TraceTestViewController.swift
    
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    
    * Random generator for sampling
    
    * missing comment
    
    * remove sampler from SentryHub+TestInit.h
    
    * Apply suggestions from code review
    
    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    3 people committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    f71ce27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c488b52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8284893 View commit details
    Browse the repository at this point in the history
  4. performance changelog

    bruno-garcia committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    82f2968 View commit details
    Browse the repository at this point in the history