Skip to content

Commit 4508400

Browse files
authored
Merge pull request #37735 from github/repo-sync
Repo sync
2 parents 3b30a2b + 1a8348f commit 4508400

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ A request is any interaction where you ask {% data variables.product.prodname_co
2020

2121
If you have {% data variables.product.prodname_copilot_free_short %} enabled, your {% data variables.product.github %} account comes with up to 2,000 code completions and up to 50 chats or premium requests per month.
2222

23-
If you're on a paid plan, you get unlimited code completions, unlimited agent requests, and unlimited chat interactions using the base model. You also receive a monthly allowance of premium requests, which can be used for advanced chat interactions, code completions using premium models, and other premium features. For an overview of the amount of premium requests included in each plan, see [AUTOTITLE](/copilot/about-github-copilot/subscription-plans-for-github-copilot#comparing-copilot-plans).
23+
If you're on a paid plan, you get unlimited code completions, unlimited agent requests, and unlimited chat interactions using the base model. Rate limiting is in place to accommodate for high demand. Learn more about [current models and usage](/copilot/about-github-copilot/plans-for-github-copilot).
24+
25+
Paid plans also receive a monthly allowance of premium requests, which can be used for advanced chat interactions, code completions using premium models, and other premium features. For an overview of the amount of premium requests included in each plan, see [AUTOTITLE](/copilot/about-github-copilot/subscription-plans-for-github-copilot#comparing-copilot-plans).
2426

2527
## Premium requests
2628

data/reusables/copilot/unlimited-premium-requests.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
> [!IMPORTANT]
2-
> Billing for premium requests will be enforced starting on the following dates:
2+
> Certain requests may experience rate limits.
3+
> * Rate limits restrict the number of requests that can be made within a specific time period.
4+
> * High demand may result in rate limiting.
5+
>
6+
> Billing for premium requests will start on the following dates:
37
>
48
> * **May 5, 2025**: {% data variables.product.prodname_copilot_free_short %}, {% data variables.product.prodname_copilot_pro_short %}, and {% data variables.product.prodname_copilot_pro_plus_short %}
59
> * **May 12, 2025**: Self-service (credit card) {% data variables.product.prodname_copilot_business_short %} and {% data variables.product.prodname_copilot_enterprise_short %}

src/events/lib/hydro.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async function _publish(
7070
) {
7171
const error = new Error(`Failed to send event to Hydro (${statusCode})`)
7272
if (inProd) {
73-
report(error, { statusCode, body })
73+
report(error, { statusCode, body, requestBody })
7474
} else {
7575
throw error
7676
}

0 commit comments

Comments
 (0)